Crate arrow_arith

Source
Expand description

Arrow arithmetic and aggregation kernels

Modules§

aggregate
Defines aggregations over Arrow arrays.
arity
Kernels for operating on PrimitiveArrays
bitwise
Module contains bitwise operations on arrays
boolean
Defines boolean kernels on Arrow BooleanArray’s, e.g. AND, OR and NOT.
numeric
Defines numeric arithmetic kernels on PrimitiveArray, such as add
temporal
Defines temporal kernels for time and date related functions.