Module row_metadata

Module row_metadata 

Source
Expand description

Pluggable metadata sources for incremental view maintenance

Structs§

ObjectStoreRowMetadataSource
A RowMetadataSource that uses an object storage API to retrieve partition columns and timestamp metadata.
RowMetadataRegistry
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§

RowMetadataSource
A source for “row metadata”, that associates rows from a table with metadata used for incremental view maintenance.