Type Alias datafusion::logical_expr::AccumulatorFactoryFunction
source · pub type AccumulatorFactoryFunction = Arc<dyn Fn(&DataType) -> Result<Box<dyn Accumulator>, DataFusionError> + Sync + Send>;
Expand description
Factory that returns an accumulator for the given aggregate, given its return datatype.
Aliased Type§
struct AccumulatorFactoryFunction { /* private fields */ }