pub fn build_append_only(agg: &AggCall) -> Result<BoxedAggregateFunction>
Expand description
Build an append-only Aggregator
from AggCall
.
pub fn build_append_only(agg: &AggCall) -> Result<BoxedAggregateFunction>
Build an append-only Aggregator
from AggCall
.