Module root_catalog

Source

Structs§

Catalog
Root catalog of database catalog. It manages all database/schema/table in memory on frontend. It is protected by a RwLock. Only crate::observer::FrontendObserverNode will acquire the write lock and sync it with the meta catalog. In other situations, it is read only.

Enums§

SchemaPath