pub trait DataPages: FallibleStreamingIterator<Item = DataPage, Error = ParquetError> + Send + Sync { }
This is supported on crate feature io_parquet only.
Expand description

Trait describing a FallibleStreamingIterator of DataPage

Implementors