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§
- SqlCatalog
Error - Errors surfaced by
SqlCatalogimplementations.
Traits§
- SqlCatalog
- Trait for looking up collection metadata during planning.