Struct parquet::file::reader::SerializedRowGroupReader[][src]

pub struct SerializedRowGroupReader { /* fields omitted */ }

A serialized implementation for Parquet RowGroupReader.

Trait Implementations

impl RowGroupReader for SerializedRowGroupReader
[src]

Get metadata information about this row group.

Get the total number of column chunks in this row group.

Get page reader for the ith column chunk.

Get value reader for the ith column chunk.

Get iterator of Rows from this row group. Read more

Auto Trait Implementations