Expand description
Backend-neutral catalog trait declarations for object-safe runtime catalog APIs.
Re-exports§
pub use super::types::CatalogAsOf;pub use super::types::CatalogCommit;pub use super::types::CatalogInstrumentQuery;pub use super::types::CatalogQuery;pub use super::types::CatalogRecordQuery;
Structs§
- Catalog
Metadata - Arrow schema metadata and the first queried timestamp where it is used.
- Record
Batch - A two-dimensional batch of column-oriented data with a defined schema.
Traits§
- Catalog
- Full read-write catalog capability used by factories and catalog workers.
- Catalog
Reader - Runtime catalog read API used by data loading code.
- Catalog
Writer - Runtime catalog mutation API.
- Nautilus
Data Type Prefix - Persistence-specific paths for [
NautilusDataType]. - Nautilus
Record Type Prefix - Persistence-specific paths for [
NautilusRecordType].
Type Aliases§
- Data
Catalog - Boxed runtime catalog backend.