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

MinInt

class MinInt : Function<Int, Int, Int> (source)

Constructors

<init>

MinInt()

Functions

f

Function's component for the combination of aggregate values.

fun f(aggList: List<Int?>): Int?

g

Computes the aggregate value from an atomic value.

fun g(v: Int?): Int?

h

Generates a final result from an aggregate value.

fun h(a: Int?): Int

identity

Returns the identity aggregate value for this aggregation function.

fun identity(): Int?

parseA

Parser for the aggregate value type.

fun parseA(s: String): Int

parseV

Parser for the atomic value type.

fun parseV(s: String): Int