diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index 8108e76102..12de97a117 100755 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -886,6 +886,7 @@ typedef enum ObItemType T_PSEUDO_GROUP_PARAM = 3040, T_PSEUDO_EXTERNAL_FILE_COL = 3041, T_PSEUDO_RELEVANCE_SCORE = 3042, // relecance score for sparse retireval + T_PSEUDO_EXTERNAL_FILE_URL = 3043, T_WINDOW_FUNCTION = 3151, T_WIN_GENERALIZED_WINDOW, T_WIN_NEW_GENERALIZED_WINDOW,