taco-db  0.1.0
bootstrap_data.h
Go to the documentation of this file.
1 #ifndef CATALOG_SYSTABLES_BOOTSTRAP_DATA_H
2 #define CATALOG_SYSTABLES_BOOTSTRAP_DATA_H
3 
10 namespace taco {
11 
12 constexpr const int num_bootstrap_tables = 4;
13 constexpr const int num_bootstrap_types = 7;
14 constexpr const int num_bootstrap_functions = 14;
15 constexpr const int num_bootstrap_columns = 26;
16 
17 } // namespace taco
18 
19 #endif // CATALOG_SYSTABLES_BOOTSTRAP_DATA_H
20 
Definition: datum.h:28
constexpr const int num_bootstrap_types
Definition: bootstrap_data.h:13
constexpr const int num_bootstrap_functions
Definition: bootstrap_data.h:14
constexpr const int num_bootstrap_tables
Definition: bootstrap_data.h:12
constexpr const int num_bootstrap_columns
Definition: bootstrap_data.h:15