placehold expr and system parameter used by new query range

This commit is contained in:
obdev
2023-11-09 14:24:35 +00:00
committed by ob-robot
parent a475001ab5
commit 978cb2f50e
5 changed files with 21 additions and 1 deletions

View File

@ -1047,6 +1047,15 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprIs::decimal_int_is_false, /* 612 */
ObExprIsNot::decimal_int_is_not_true, /* 613 */
ObExprIsNot::decimal_int_is_not_false, /* 614 */
NULL, //ObExprInnerIsTrue::int_is_true_start, /* 615 */
NULL, //ObExprInnerIsTrue::int_is_true_end, /* 616 */
NULL, //ObExprInnerIsTrue::float_is_true_start, /* 617 */
NULL, //ObExprInnerIsTrue::float_is_true_end, /* 618 */
NULL, //ObExprInnerIsTrue::double_is_true_start, /* 619 */
NULL, //ObExprInnerIsTrue::double_is_true_end, /* 620 */
NULL, //ObExprInnerIsTrue::number_is_true_start, /* 621 */
NULL, //ObExprInnerIsTrue::number_is_true_end, /* 622 */
NULL, //ObExprInnerDecodeLike::eval_inner_decode_like /* 623 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {