Expand description
Pluggable metadata sources for incremental view maintenance
Structs§
- Object
Store RowMetadata Source - A
RowMetadataSourcethat uses an object storage API to retrieve partition columns and timestamp metadata. - RowMetadata
Registry - Registry that manages metadata sources for different tables. Provides a centralized way to register and retrieve metadata sources that can be used to obtain row-level metadata for tables.
Traits§
- RowMetadata
Source - A source for “row metadata”, that associates rows from a table with metadata used for incremental view maintenance.