[][src]Module parquet::arrow::arrow_reader

Contains reader which reads parquet data into arrow array.

Structs

ParquetFileArrowReader
ParquetRecordBatchReader

Traits

ArrowReader

Arrow reader api. With this api, user can get arrow schema from parquet file, and read parquet data into arrow arrays.