polars_arrow::compute

Module arity_assign

Source
Expand description

Defines generics suitable to perform operations to PrimitiveArray in-place.

Functionsยง

binary
Applies a binary function to two PrimitiveArrays, optionally in-place, returning a new PrimitiveArray.
unary
Applies an unary function to a PrimitiveArray, optionally in-place.