add T_TRANSFORM_DISTINCT_AGG to master

This commit is contained in:
hy-guo 2024-10-09 12:16:15 +00:00 committed by ob-robot
parent 4375cf3a70
commit 696eff3d7c

View File

@ -2606,6 +2606,9 @@ typedef enum ObItemType
T_PSEUDO_OLD_NEW_COL = 4742,
T_TRANSFORM_DISTINCT_AGG = 4743,
T_NO_TRANSFORM_DISTINCT_AGG = 4744,
T_MAX //Attention: add a new type before T_MAX
} ObItemType;