taco-db  0.1.0
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 
19 #include "catalog/systables/Type.h"
24 #include "catalog/systables/Cast.h"
27 
28 namespace taco {
33 constexpr Oid max_sys_oid = 19999;
34 
35 } // namespace taco
36 
37 #endif // CATALOG_SYSTABLES_H
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
This file is automatically generated, DO NOT modify.
Definition: datum.h:28
uint32_t Oid
Definition: tdb_base.h:210
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