Placeholder for rb_from_string and rb_to_string

This commit is contained in:
qijiax
2024-05-17 07:17:08 +00:00
committed by ob-robot
parent 5352c345b3
commit ebf40c6467
2 changed files with 6 additions and 0 deletions

View File

@ -1193,6 +1193,9 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprRbOrNull2empty::eval_rb_or_null2empty, /* 714 */
NULL, // ObExprRbAndnotNull2empty::eval_rb_andnot_null2empty, /* 715 */
NULL, //ObExprSdoRelate::eval_sdo_relate /* 716 */
NULL, // ObExprRbToString::eval_rb_to_string, /* 717 */
NULL, // ObExprRbFromString::eval_rb_from_string, /* 718 */
NULL, // ObExprRbIterate::eval_rb_iterate, /* 719 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {