Crate arrow_arith
source ·Expand description
Arrow arithmetic and aggregation kernels
Modules§
- Defines aggregations over Arrow arrays.
- Defines kernels suitable to perform operations to primitive arrays.
- Defines boolean kernels on Arrow
BooleanArray’s, e.g.AND,ORandNOT. - Defines numeric arithmetic kernels on
PrimitiveArray, such asadd - Defines temporal kernels for time and date related functions.