pub type ParquetRecordBatchReaderBuilder<T> = ArrowReaderBuilder<SyncReader<T>>;
Expand description

A synchronous builder used to construct ParquetRecordBatchReader for a file

For an async API see crate::arrow::async_reader::ParquetRecordBatchStreamBuilder