pub type AccumulatorCreatorFunction = Arc<dyn Fn(&[ConcreteDataType]) -> Result<Box<dyn Accumulator>> + Sync + Send>;
Expand description
Create Accumulator with the data type of input columns.
Aliased Typeยง
struct AccumulatorCreatorFunction { /* private fields */ }