[fts]add unique id for bm25 eval batch function

This commit is contained in:
wz-WillZheng
2024-05-13 15:19:39 +00:00
committed by ob-robot
parent e51a72c4d8
commit a5e503fca1

View File

@ -1328,6 +1328,7 @@ static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {
NULL,//ObExprDecodeTraceId::calc_decode_trace_id_expr_batch, /* 129 */
NULL,//ObExprTopNFilter::eval_topn_filter_batch, /* 130 */
NULL,//ObRelationalExprOperator::eval_batch_min_max_compare, /* 131 */
NULL,//ObExprBM25::eval_batch_bm25_relevance_expr, /* 132 */
};
static ObExpr::EvalVectorFunc g_expr_eval_vector_functions[] = {