提交 0c21bc38 编写于 作者: W wjhh2008 提交者: ob-robot

Hold ids for GTT enhancement

上级 f194a64d
......@@ -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
......
......@@ -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[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册