fun identity(): Pair<Long, Long>?
Returns the identity aggregate value for this aggregation function.
I.e.: a0 that value such that -> f(a1,a0) = a1.
Return the identity aggregate value.