Skip to main content

parse_offset_index

Function parse_offset_index 

Source
fn parse_offset_index(
    metadata: &ParquetMetaData,
    offset_index_policy: PageIndexPolicy,
    bytes: &Bytes,
    start_offset: u64,
) -> Result<Option<Vec<Vec<Option<OffsetIndexMetaData>>>>>