docs / it.uniroma3.dbtree.spi.impl.functions / AverageInt / identity

identity

fun identity(): Pair<Long, Long>? (source)

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.