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