Struct parquet::arrow::arrow_reader::ParquetFileArrowReader[][src]

pub struct ParquetFileArrowReader { /* fields omitted */ }

Implementations

Trait Implementations

Read parquet schema and convert it into arrow schema.

Read parquet schema and convert it into arrow schema. This schema only includes columns identified by column_indices. To select leaf columns (i.e. a.b.c instead of a), set leaf_columns = true Read more

Returns record batch reader from whole parquet file. Read more

Returns record batch reader whose record batch contains columns identified by column_indices. Read more

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

Performs the conversion.

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.