Crate arrow_arith

Source
Expand description

Arrow arithmetic and aggregation kernels

Modules§

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