hold place for pivot/unpivot refactor

This commit is contained in:
AA-tuliwei-BB 2024-11-21 17:15:36 +00:00 committed by ob-robot
parent 71cb406baf
commit e79275ba33

View File

@ -2651,6 +2651,8 @@ typedef enum ObItemType
T_LS_ATTR_LIST = 4757,
T_ALTER_LS = 4758,
T_UNIT_GROUP = 4759,
T_TRANSPOSE_TABLE = 4760,
T_FUN_UNPIVOT = 4761,
T_MAX //Attention: add a new type before T_MAX
} ObItemType;