Expand description
Catalog abstraction layer.
Structs
Configuration associated with a catalog.
Details about a type in the catalog.
A dummy SessionCatalog
implementation.
A dummy CatalogDatabase
implementation.
Reference to a type by it’s global ID
Reference to a type by it’s name
Enums
An error returned by the catalog.
The type of a CatalogItem
.
A type stored in the catalog.
Mirrored from PostgreSQL’s typcategory
.
Traits
A compute instance in a SessionCatalog
.
A database in a SessionCatalog
.
An item in a SessionCatalog
.
A role in a SessionCatalog
.
A schema in a SessionCatalog
.
A catalog keeps track of SQL objects and session state available to the planner.
Represents a reference to type in the catalog