Hold ids for GTT enhancement

This commit is contained in:
wjhh2008
2023-06-10 01:42:14 +00:00
committed by ob-robot
parent f194a64d53
commit 0c21bc38a1
2 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,7 @@ typedef enum ObItemType
T_OP_AGG_MUL = 184,
T_OP_AGG_DIV = 185,
T_OP_OUTPUT_PACK = 186,
T_FUN_TEMP_TABLE_SSID = 187,
///< @note add new operator before this line

View File

@ -1034,6 +1034,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprJoinFilter::eval_range_filter, /* 604 */
ObExprJoinFilter::eval_in_filter, /* 605 */
ObExprCurrentScn::eval_current_scn /* 606 */
//ObExprTempTableSSID::calc_temp_table_ssid, /* 607 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {