taco-db
0.1.0
catalog
systables.h
Go to the documentation of this file.
1
8
#ifndef CATALOG_SYSTABLES_H
9
#define CATALOG_SYSTABLES_H
10
11
#include "
tdb.h
"
12
13
// These headers have header guards now, but we still include all of them here
14
// for convenience.
15
16
#include "
catalog/systables/Column.h
"
17
#include "
catalog/systables/Function.h
"
18
#include "
catalog/systables/Table.h
"
19
#include "
catalog/systables/Type.h
"
20
#include "
catalog/systables/FunctionArgs.h
"
21
#include "
catalog/systables/Operator.h
"
22
#include "
catalog/systables/Index.h
"
23
#include "
catalog/systables/IndexColumn.h
"
24
#include "
catalog/systables/Cast.h
"
25
#include "
catalog/systables/Aggregation.h
"
26
#include "
catalog/systables/initoids.h
"
27
28
namespace
taco
{
33
constexpr
Oid
max_sys_oid
= 19999;
34
35
}
// namespace taco
36
37
#endif // CATALOG_SYSTABLES_H
Index.h
FunctionArgs.h
Column.h
taco
Definition:
datum.h:28
Operator.h
Aggregation.h
initoids.h
Cast.h
Type.h
tdb.h
taco::max_sys_oid
constexpr Oid max_sys_oid
This is an arbitrarily chosen large number that all systable entries in the init file should have an ...
Definition:
systables.h:33
IndexColumn.h
taco::Oid
uint32_t Oid
Definition:
tdb_base.h:211
Function.h
Table.h
Generated by
1.8.17