placeholder for rb_select

This commit is contained in:
obdev 2024-09-18 09:08:17 +00:00 committed by ob-robot
parent 435b45892d
commit 117107ee26
2 changed files with 2 additions and 0 deletions

View File

@ -936,6 +936,7 @@ typedef enum ObItemType
T_FUN_SYS_RB_TO_STRING = 2046,
T_FUN_SYS_RB_FROM_STRING = 2047,
T_FUN_SYS_RB_ITERATE = 2048,
T_FUN_SYS_RB_SELECT = 2049,
T_MAX_OP = 3000,
//pseudo column, to mark the group iterator id

View File

@ -1259,6 +1259,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprArrayContains::eval_array_contains_ObString, /* 753 */
ObExprArrayContains::eval_array_contains_array, /* 754 */
ObExprSplitPart::calc_split_part_expr, /* 755 */
NULL, // ObExprRbSelect::eval_rb_select, /* 756 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {