Skip to main content

create_accumulator

Function create_accumulator 

Source
pub fn create_accumulator(
    function: &AggregateFunction,
    distinct: bool,
) -> Box<dyn Accumulator>
Expand description

Create a new accumulator instance for the aggregate function.