pub trait DataPages: FallibleStreamingIterator<Item = DataPage, Error = ParquetError> + Send + Sync { }
Expand description

Trait describing a FallibleStreamingIterator of DataPage

Implementors