Minor, prepare a position for repeat expr vector

This commit is contained in:
obdev
2024-05-14 12:25:25 +00:00
committed by ob-robot
parent 4555973451
commit c5880d0ca1

View File

@ -1446,7 +1446,8 @@ static ObExpr::EvalVectorFunc g_expr_eval_vector_functions[] = {
NULL,//ObExprDecodeTraceId::calc_decode_trace_id_expr_vector /* 111 */
NULL,//ObExprTopNFilter::eval_topn_filter_vector, /* 112 */
NULL,//ObRelationalExprOperator::eval_vector_min_max_compare, /* 113 */
NULL,//ObExprCeilFloor::calc_ceil_floor_vector /* 114 */
NULL,//ObExprCeilFloor::calc_ceil_floor_vector, /* 114 */
NULL,//ObExprRepeat::eval_repeat_vector, /* 115 */
};
REG_SER_FUNC_ARRAY(OB_SFA_SQL_EXPR_EVAL,