pub struct ParquetRecordBatchStreamBuilder<T> { /* private fields */ }
Expand description

A builder used to construct a ParquetRecordBatchStream for a parquet file

In particular, this handles reading the parquet file metadata, allowing consumers to use this information to select what specific columns, row groups, etc… they wish to be read by the resulting stream

Implementations

Create a new ParquetRecordBatchStreamBuilder with the provided parquet file

Returns a reference to the ParquetMetaData for this parquet file

Returns the parquet SchemaDescriptor for this parquet file

Returns the arrow SchemaRef for this parquet file

Set the size of RecordBatch to produce

Only read data from the provided row group indexes

Only read data from the provided column indexes

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.