pub type AccumulatorFunctionImplementation = Arc<dyn Fn(&DataType) -> Result<Box<dyn Accumulator>> + Send + Sync>;
Expand description

Factory that returns an accumulator for the given aggregate, given its return datatype.