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

identity

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