Describes a CQL function.

Members

Array<String>

argumentNames

List of the function argument names.

Array<{code, info}>

argumentTypes

List of the function argument types.

String

body

Body of the function.

Boolean

calledOnNullInput

Determines if the function is called when the input is null.

keyspaceName

Name of the keyspace where the cql function is declared.

String

language

Name of the programming language, for example: java, javascript, …

String

name

Name of the cql function.

Object

returnType

Type of the return value.

Array<String>

signature

Signature of the function.

Constructor

new

SchemaFunction

()

Creates a new SchemaFunction.