Module polars::chunked_array::iterator
source · Modules§
Structs§
- The no null iterator for a [
BooleanArray] - FixedSizeListIterNoNull
dtype-array - 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>. - StructIter
dtype-struct
Traits§
- A
PolarsIteratoris an iterator over aChunkedArraywhich contains polars types. APolarsIteratormust implementExactSizeIteratorandDoubleEndedIterator.