Expand description
Traits for miscellaneous operations on ChunkedArray
Re-exports§
- pub use sort::options::*;
Modules§
Enums§
Traits§
- ChunkAgg 
- Aggregation operations.
- ChunkAnyValue 
- ChunkApply 
- Fastest way to do elementwise operations on a ChunkedArray<T>when the operation is cheaper than branching due to null checking.
- ChunkApply Kernel 
- Apply kernels on the arrow array chunks in a ChunkedArray.
- ChunkBytes 
- ChunkCast 
- Cast ChunkedArray<T>toChunkedArray<N>
- ChunkCompare Eq 
- Compare SeriesandChunkedArray’s and get abooleanmask that can be used to filter rows.
- ChunkCompare Ineq 
- Compare SeriesandChunkedArray’s using inequality operators (<,>=, etc.) and get abooleanmask that can be used to filter rows.
- ChunkExpand AtIndex 
- Create a new ChunkedArray filled with values at that index.
- ChunkExplode 
- Explode/flatten a List or String Series
- ChunkFill Null Value 
- Replace None values with a value
- ChunkFilter 
- Filter values by a boolean mask.
- ChunkFull 
- Fill a ChunkedArray with one value.
- ChunkFull Null 
- ChunkNesting Utils 
- Utility methods for dealing with nested chunked arrays.
- ChunkQuantile 
- Quantile and median aggregation.
- ChunkReverse 
- Reverse a ChunkedArray<T>
- ChunkRoll Apply rolling_window
- This differs from ChunkWindowCustom and ChunkWindow
by not using a fold aggregator, but reusing a Serieswrapper and callingSeriesaggregators. This likely is a bit slower than ChunkWindow
- ChunkSet 
- Create a ChunkedArraywith new values by index or by boolean mask.
- ChunkShift 
- ChunkShift Fill 
- Shift the values of a ChunkedArrayby a number of periods.
- ChunkSort 
- Sort operations on ChunkedArray.
- ChunkTake 
- ChunkTake Unchecked 
- ChunkUnique 
- Get unique values in a ChunkedArray
- ChunkVar 
- Variance and standard deviation aggregation.
- ChunkZip 
- Combine two ChunkedArraybased on some predicate.
- IsFirstDistinct is_first_distinct
- Mask the first unique values as true
- IsLastDistinct is_last_distinct
- Mask the last unique values as true
Functions§
- _set_check_ ⚠length 
- Meant for internal use. In very rare conditions this can be turned off.