fn parse_index_data(
push_decoder: &mut ParquetMetaDataPushDecoder,
) -> Result<ParquetMetaData>
Expand description
Given a push decoder that has had the needed ranges pushed to it, attempt to decode indexes and return the updated metadata.
fn parse_index_data(
push_decoder: &mut ParquetMetaDataPushDecoder,
) -> Result<ParquetMetaData>
Given a push decoder that has had the needed ranges pushed to it, attempt to decode indexes and return the updated metadata.