StructsΒ§
- PGClass π
- The
pg_catalog.pg_class
table implementation. - PGClass
Builder π - Builds the
pg_catalog.pg_class
table row by row TODO(J0HN50N133):relowner
is always theDUMMY_OWNER_ID
cuz we donβt have user. Once we have user system, make it the actual owner of the table.
ConstantsΒ§
- DUMMY_
OWNER_ πID - The dummy owner id for the namespace.
- INIT_
CAPACITY π - The initial capacity of the vector builders.
- RELKIND
- RELKIND_
TABLE - RELKIND_
VIEW - RELNAME
- RELNAMESPACE
- RELOWNER