adjust item type definition location
This commit is contained in:
@ -1952,8 +1952,6 @@ typedef enum ObItemType
|
||||
T_NO_AGGR_FIRST_UNNEST,
|
||||
T_JOIN_FIRST_UNNEST,
|
||||
T_NO_JOIN_FIRST_UNNEST,
|
||||
T_COALESCE_AGGR,
|
||||
T_NO_COALESCE_AGGR,
|
||||
T_INTERVAL_LITERAL,
|
||||
//T_INTERVAL_YM_LITERAL,
|
||||
//T_INTERVAL_DS_LITERAL,
|
||||
@ -2405,6 +2403,8 @@ typedef enum ObItemType
|
||||
T_MODIFY_LS_REPLICA_TYPE,
|
||||
T_MODIFY_LS_PAXOS_REPLICA_NUM,
|
||||
T_CANCEL_LS_REPLICA_TASK,
|
||||
T_COALESCE_AGGR,
|
||||
T_NO_COALESCE_AGGR,
|
||||
T_MAX //Attention: add a new type before T_MAX
|
||||
} ObItemType;
|
||||
|
||||
|
Reference in New Issue
Block a user