polars_arrow::io

Module iterator

Source

Structs§

BufStreamingIterator
A StreamingIterator with an internal buffer of Vec<u8> used to efficiently present items of type T as &[u8]. It is generic over the type T and the transformation F: T -> &[u8].

Traits§

StreamingIterator
An interface for dealing with streaming iterators.