max

expect fun max(operand: Expression): Expression(source)

Creates a MAX(expr) function expression that returns the maximum value in the group of the values expressed by the given expression.

Return

The MAX(expr) function.

Parameters

operand

The expression.

actual fun max(operand: Expression): Expression(source)
actual fun max(operand: Expression): Expression(source)