result

abstract var result: (accumulator: T) -> SQLInputValue??(source)

The function to call to get the result of the aggregation. The function receives the final state and should return the result of the aggregation.