Skip to main content

ErasedAggregateFunction

Type Alias ErasedAggregateFunction 

Source
pub type ErasedAggregateFunction = dyn AggregateFunction<State = Box<dyn Any + Send>>;
Expand description

Type-erased aggregate function object used by the registry.