pub trait Pages: FallibleStreamingIterator<Item = Page, Error = ParquetError> + Send + Sync { }
Available on crate feature io_parquet only.
Expand description

Trait describing a FallibleStreamingIterator of Page

Implementors