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

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