Skip to main content

Module catalog

Module catalog 

Source
Expand description

SqlCatalog trait + descriptor-resolution error type.

The SQL planner resolves collection metadata through the SqlCatalog trait. Both Origin (via the host-side CredentialStore + SystemCatalog) and Lite (via the embedded redb catalog) implement it. The trait lives in its own file so types.rs stays under the 500-line limit and so the error surface has headroom for additional variants.

Enums§

SqlCatalogError
Errors surfaced by SqlCatalog implementations.

Traits§

SqlCatalog
Trait for looking up collection metadata during planning.