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

pub struct SerializedFileReader { /* fields omitted */ }

A serialized implementation for Parquet FileReader.

Methods

impl SerializedFileReader
[src]

Creates file reader from a Parquet file. Returns error if Parquet file does not exist or is corrupt.

Trait Implementations

impl FileReader for SerializedFileReader
[src]

Get metadata information about this file.

Get the total number of row groups for this file.

Get the ith row group reader. Note this doesn't do bound check.

Get full iterator of Rows from a file (over all row groups). Read more

Auto Trait Implementations

impl !Send for SerializedFileReader

impl !Sync for SerializedFileReader