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