pub struct SerializedFileReader<R: ChunkReader> { /* private fields */ }
Expand description

A serialized implementation for Parquet FileReader.

Implementations

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

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

Trait Implementations

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

Conversion into a RowIter using the full file schema over all row groups.

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.