class SchemaFunction
Describes a CQL function.
Members
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.
Constructor
new
SchemaFunction
()Creates a new SchemaFunction.