parquet_layout

Function read_page_header

Source
pub(crate) fn read_page_header<C: ChunkReader>(
    reader: &C,
    offset: u64,
) -> Result<(usize, PageHeader)>
Expand description

Reads the page header at offset from reader, returning both the PageHeader and its length in bytes