FunctionReference

@Serializable
@SerialName(value = "FunctionReference")
data class FunctionReference(val id: Identifier, val arguments: CallArguments) : InlineExpression(source)

A function reference - a built-in or custom function call.

Constructors

Link copied to clipboard
constructor(id: Identifier, arguments: CallArguments)

Properties

Link copied to clipboard

The function arguments

Link copied to clipboard

The function name