Modules§
Structs§
- The no null iterator for a
BooleanArray - Fixed
Size List Iter NoNull 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>.
Traits§
- A
PolarsIteratoris an iterator over aChunkedArraywhich contains polars types. APolarsIteratormust implementExactSizeIteratorandDoubleEndedIterator.