placehold eval functions for query range

This commit is contained in:
ChangerR 2024-06-17 11:44:53 +00:00 committed by ob-robot
parent 21cf0b7eda
commit 0a4bfeca85

View File

@ -1207,6 +1207,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprVectorDims::calc_dims, /* 725 */
NULL, // ObExprVectorNorm::calc_norm, /* 726 */
NULL, // ObExprVectorDistance::calc_distance, /* 727 */
NULL, // ObExprInnerDoubleToInt::eval_inner_double_to_int /* 728 */
NULL, // ObExprInnerDecimalToYear::eval_inner_decimal_to_year /* 729 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {