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(SqliteArguments 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(SqliteArguments arguments, AggregateContext<V> context);