Module datafusion_physical_expr::aggregate::utils
source · Expand description
Utilities used in aggregates
Functions
Extract scalar values from an accumulator. This can return an error if the accumulator
has any non-scalar values.
Convert scalar values from an accumulator into arrays. This can return an error if the
accumulator has any non-scalar values.