Placeholder for function tokenzie

This commit is contained in:
obdev
2024-09-20 06:59:17 +00:00
committed by ob-robot
parent f34e86d630
commit 4aedcd0a41
3 changed files with 3 additions and 0 deletions

View File

@ -1261,6 +1261,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprSplitPart::calc_split_part_expr, /* 755 */
NULL, // ObExprRbSelect::eval_rb_select, /* 756 */
ObExprVectorNegativeIPDistance::calc_negative_inner_product, /* 757 */
NULL, // ObExprTokenize::eval_tokenize, /* 758 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {