yacTextToRowId函数用于将String类型转换为RowId类型,返回YAC_SUCCESS表示转换成功,返回YAC_ERROR表示转换失败。
YacResult yacTextToRowId(YacChar* str, YacInt32 length, YacRowId* rowId);