taco-db
0.1.0
catalog
systables
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
taco
Definition:
datum.h:28
taco::num_bootstrap_functions
constexpr const int num_bootstrap_functions
Definition:
bootstrap_data.h:14
taco::num_bootstrap_types
constexpr const int num_bootstrap_types
Definition:
bootstrap_data.h:13
taco::num_bootstrap_tables
constexpr const int num_bootstrap_tables
Definition:
bootstrap_data.h:12
taco::num_bootstrap_columns
constexpr const int num_bootstrap_columns
Definition:
bootstrap_data.h:15
Generated by
1.8.17