占位:ObExprCeilFloor::calc_ceil_floor_vector

This commit is contained in:
obdev 2024-04-26 10:16:32 +00:00 committed by ob-robot
parent 305a71c544
commit 7637863c6d

View File

@ -1425,6 +1425,7 @@ 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 */
};
REG_SER_FUNC_ARRAY(OB_SFA_SQL_EXPR_EVAL,