length

expect fun length(expression: Expression): Expression(source)

Creates an ARRAY_LENGTH(expr) function that returns the length of the given array expression.

Return

The ARRAY_LENGTH(expr) function.

Parameters

expression

The expression that evaluates to an array.

actual fun length(expression: Expression): Expression(source)
actual fun length(expression: Expression): Expression(source)