Module polars_arrow::io::iterator
source · Structs§
- A
StreamingIterator
with an internal buffer ofVec<u8>
used to efficiently present items of typeT
as&[u8]
. It is generic over the typeT
and the transformationF: T -> &[u8]
.
Traits§
- An interface for dealing with streaming iterators.