occupy code for show table status

This commit is contained in:
18523270951@163.com
2024-01-12 07:42:58 +00:00
committed by ob-robot
parent 6584479600
commit 41776006da
3 changed files with 6 additions and 1 deletions

View File

@ -1112,6 +1112,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprWordCount::generate_word_count, /* 669 */
NULL, // ObExprBM25::eval_bm25_relevance_expr, /* 670 */
ObExprTransactionId::eval_transaction_id, /* 671 */
NULL, //ObExprInnerTableOptionPrinter::eval_inner_table_option_printer, /* 672 */
NULL, //ObExprInnerTableSequenceGetter::eval_inner_table_sequence_getter, /* 673 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {