length

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

Creates a LENGTH(expr) function that returns the length of the given string expression.

Return

The LENGTH(expr) function.

Parameters

operand

The string expression.

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