placeholder for rb_select
This commit is contained in:
parent
435b45892d
commit
117107ee26
@ -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
|
||||
|
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user