pub type ErasedAggregateFunction = dyn AggregateFunction<State = Box<dyn Any + Send>>;Expand description
Type-erased aggregate function object used by the registry.
pub type ErasedAggregateFunction = dyn AggregateFunction<State = Box<dyn Any + Send>>;Type-erased aggregate function object used by the registry.