[][src]Type Definition datafusion::physical_plan::aggregates::AccumulatorFunctionImplementation

type AccumulatorFunctionImplementation = Arc<dyn Fn() -> Result<Rc<RefCell<dyn Accumulator>>> + Send + Sync>;

the implementation of an aggregate function