fn needs_index_data(
push_decoder: &mut ParquetMetaDataPushDecoder,
) -> Result<NeedsIndexData>
Expand description
Determines a single combined range of bytes needed to read the page indexes, or returns the metadata if no additional data is needed (e.g. if no page indexes are requested)