Modules§
Structs§
- Bool
Iter NoNull - The no null iterator for a [
BooleanArray] - Fixed
Size List Iter NoNull - Some
Iterator - Wrapper struct to convert an iterator of type
Tinto one of typeOption<T>. It is useful to make theIntoIteratortrait, in which every iterator shall return anOption<T>.
Traits§
- Polars
Iterator - A
PolarsIteratoris an iterator over aChunkedArraywhich contains polars types. APolarsIteratormust implementExactSizeIteratorandDoubleEndedIterator.