diff --git a/src/sql/engine/expr/ob_expr_eval_functions.cpp b/src/sql/engine/expr/ob_expr_eval_functions.cpp index bc39ec638..dbadee2c4 100644 --- a/src/sql/engine/expr/ob_expr_eval_functions.cpp +++ b/src/sql/engine/expr/ob_expr_eval_functions.cpp @@ -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[] = {