Modules§
Structs§
- The no null iterator for a [
BooleanArray
] - Wrapper struct to convert an iterator of type
T
into one of typeOption<T>
. It is useful to make theIntoIterator
trait, in which every iterator shall return anOption<T>
.
Traits§
- A
PolarsIterator
is an iterator over aChunkedArray
which contains polars types. APolarsIterator
must implementExactSizeIterator
andDoubleEndedIterator
.