Type Alias datafusion_expr::function::AccumulatorFactoryFunction

source ·
pub type AccumulatorFactoryFunction = 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.

Aliased Type§

struct AccumulatorFactoryFunction { /* private fields */ }