Module polars_arrow::compute::aggregate
source · Available on crate feature
compute_aggregate
only.Expand description
Contains different aggregation functions
Re-exports§
pub use crate::types::PrimitiveType;
Traits§
- Object that can reduce itself to a number. This is used in the context of SIMD to reduce a MD (e.g.
[f32; 16]
) into a single number (f32
).