datafusion_expr

Type Alias AccumulatorFactoryFunction

Source
pub type AccumulatorFactoryFunction = Arc<dyn Fn(AccumulatorArgs<'_>) -> Result<Box<dyn Accumulator>, DataFusionError> + Sync + Send>;
Expand description

Factory that returns an accumulator for the given aggregate function.

Aliased Typeยง

struct AccumulatorFactoryFunction { /* private fields */ }