Go to the documentation of this file. 1 #ifndef CATALOG_AGGTYP_H
2 #define CATALOG_AGGTYP_H
4 #define AGGTYPE_OTHER 0
5 #define AGGTYPE_COUNT 1
11 #define NUM_AGGTYPES 6
13 #define AGGTYPE(aggtype) CONCAT(AGGTYPE_, aggtype)
15 #endif // CATALOG_AGGTYP_H