[FTS][placeholder] Add doc length for fulltext index

This commit is contained in:
Tyshawn
2024-03-15 02:15:22 +00:00
committed by ob-robot
parent f2928e3715
commit a7e370de66
2 changed files with 2 additions and 0 deletions

View File

@ -867,6 +867,7 @@ typedef enum ObItemType
T_FUN_SYS_INNER_TABLE_OPTION_PRINTER = 1814, T_FUN_SYS_INNER_TABLE_OPTION_PRINTER = 1814,
T_FUN_SYS_INNER_TABLE_SEQUENCE_GETTER = 1815, T_FUN_SYS_INNER_TABLE_SEQUENCE_GETTER = 1815,
T_FUN_SYS_DECODE_TRACE_ID = 1816, T_FUN_SYS_DECODE_TRACE_ID = 1816,
T_FUN_SYS_DOC_LENGTH = 1817,
T_FUN_SYS_END = 2000, T_FUN_SYS_END = 2000,
T_FUN_SYS_ALIGN_DATE4CMP = 2010, T_FUN_SYS_ALIGN_DATE4CMP = 2010,
T_FUN_SYS_INNER_ROW_CMP_VALUE = 2011, T_FUN_SYS_INNER_ROW_CMP_VALUE = 2011,

View File

@ -1132,6 +1132,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprWaitForExecutedGTIDSet::eval_wait_for_executed_gtid_set, /* 688 */ NULL, // ObExprWaitForExecutedGTIDSet::eval_wait_for_executed_gtid_set, /* 688 */
NULL, // ObExprWaitUntilSQLThreadAfterGTIDs::eval_wait_until_sql_thread_after_gtids /* 689 */ NULL, // ObExprWaitUntilSQLThreadAfterGTIDs::eval_wait_until_sql_thread_after_gtids /* 689 */
NULL, // ObExprLastRefreshScn::eval_last_refresh_scn /* 690 */ NULL, // ObExprLastRefreshScn::eval_last_refresh_scn /* 690 */
NULL, // ObExprDocLength::generate_doc_length, /*691*/
}; };
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = { static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {