step abstract method
Adds a new row to the aggregate.
The context
should be modified to reflect the new row calling this
function with arguments
.
Implementation
void step(List<Object?> arguments, AggregateContext<V> context);
Adds a new row to the aggregate.
The context
should be modified to reflect the new row calling this
function with arguments
.
void step(List<Object?> arguments, AggregateContext<V> context);