From 696eff3d7cff5a8f9d499cd273bce2a99411c15d Mon Sep 17 00:00:00 2001 From: hy-guo Date: Wed, 9 Oct 2024 12:16:15 +0000 Subject: [PATCH] add T_TRANSFORM_DISTINCT_AGG to master --- src/objit/include/objit/common/ob_item_type.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index 28a1e7894..f3f42e4b1 100644 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -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;