pub type BoxedAggregateFunction = Box<dyn AggregateFunction>;
struct BoxedAggregateFunction(/* private fields */);