docs / it.uniroma3.dbtree.spi / Function / identity

identity

abstract fun identity(): A? (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.