risingwave_frontend

Module catalog

source
Expand description

Definitions of catalog structs.

The main struct is root_catalog::Catalog, which is the root containing other catalog structs. It is accessed via catalog_service::CatalogReader and catalog_service::CatalogWriter, which is held by crate::session::FrontendEnv.

Re-exportsยง

Modulesยง

Enumsยง

Traitsยง

  • A trait for the catalog with owners, including relations (table, index, sink, etc.) and function, connection.

Functionsยง

Type Aliasesยง