taco-db
0.1.0
catalog
aggtyp.h
Go to the documentation of this file.
1
#ifndef CATALOG_AGGTYP_H
2
#define CATALOG_AGGTYP_H
3
4
#define AGGTYPE_OTHER 0
5
#define AGGTYPE_COUNT 1
6
#define AGGTYPE_SUM 2
7
#define AGGTYPE_AVG 3
8
#define AGGTYPE_MIN 4
9
#define AGGTYPE_MAX 5
10
11
#define NUM_AGGTYPES 6
12
13
#define AGGTYPE(aggtype) CONCAT(AGGTYPE_, aggtype)
14
15
#endif
// CATALOG_AGGTYP_H
Generated by
1.9.1