| 
    taco-db
    0.1.0
    
   | 
 
#include "tdb.h"#include "catalog/systables/Column.h"#include "catalog/systables/Function.h"#include "catalog/systables/Table.h"#include "catalog/systables/Type.h"#include "catalog/systables/FunctionArgs.h"#include "catalog/systables/Operator.h"#include "catalog/systables/Index.h"#include "catalog/systables/IndexColumn.h"#include "catalog/systables/Cast.h"#include "catalog/systables/Aggregation.h"#include "catalog/systables/initoids.h"Go to the source code of this file.
Namespaces | |
| taco | |
Variables | |
| constexpr Oid | taco::max_sys_oid = 19999 | 
| This is an arbitrarily chosen large number that all systable entries in the init file should have an OID <= max_sys_oid.  More... | |
This header file includes all internal struct representation of system catalog records.
 1.8.17