Module polars::chunked_array::iterator  
source · Modules§
Structs§
- The no null iterator for a [BooleanArray]
- FixedSizeListIterNoNulldtype-array
- Wrapper struct to convert an iterator of typeTinto one of typeOption<T>. It is useful to make theIntoIteratortrait, in which every iterator shall return anOption<T>.
- StructIterdtype-struct
Traits§
- APolarsIteratoris an iterator over aChunkedArraywhich contains polars types. APolarsIteratormust implementExactSizeIteratorandDoubleEndedIterator.