[placeholder][fts] object id and error no placeholder for fulltext index search

This commit is contained in:
saltonz
2024-02-09 05:05:46 +00:00
committed by ob-robot
parent f7663e5f25
commit 3ac498c2fe
5 changed files with 25 additions and 2 deletions

View File

@ -1106,6 +1106,10 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, //ObExprXmlForest::eval_xml_forest, /* 664 */
NULL, //ObExprExistsNodeXml::eval_existsnode_xml, /* 665 */
NULL, //ObExprPassword::eval_password, /* 666 */
NULL, // ObExprDocID::generate_doc_id, /* 667 */
NULL, // ObExprWordSegment::generate_fulltext_column, /* 668 */
NULL, // ObExprWordCount::generate_word_count, /* 669 */
NULL, // ObExprBM25::eval_bm25_relevance_expr, /* 690 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {