Skip to main content

scan_iceberg_metadata

Function scan_iceberg_metadata 

Source
pub fn scan_iceberg_metadata(
    table: Table,
    metadata_type: IcebergMetadataTableType,
    time_travel_info: Option<IcebergTimeTravelInfo>,
    chunk_size: usize,
) -> impl Stream<Item = Result<DataChunk, ConnectorError>>
Expand description

Read one Iceberg metadata relation and emit bounded DataChunks.