risingwave_expr::aggregate

Type Alias BoxedAggregateFunction

source
pub type BoxedAggregateFunction = Box<dyn AggregateFunction>;

Aliased Typeยง

struct BoxedAggregateFunction(/* private fields */);