diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index f1bf34c462..605ab2158b 100755 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -873,6 +873,7 @@ typedef enum ObItemType T_PSEUDO_RANDOM = 3010, T_INNER_WF_AGGR_STAUTS = 3011, T_PSEUDO_ROW_TRANS_INFO_COLUMN = 3012, // trans_info, only for defensive check + T_PSEUDO_IDENTIFY_SEQ = 3013, T_PSEUDO_GROUP_PARAM = 3040, T_PSEUDO_EXTERNAL_FILE_COL = 3041, T_WINDOW_FUNCTION = 3151,