interface Function
A PHP representation of a function
Methods
string
name
( )Returns the full name of the function
string
simpleName
( )Returns the simple name of the function
array
arguments
( )Returns the arguments of the function
Cassandra\Type
returnType
( )Returns the return type of the function
string
signature
( )Returns the signature of the function
string
language
( )Returns the lanuage of the function
string
body
( )Returns the body of the function
boolean
isCalledOnNullInput
( )Returns whether the function is called when the input columns are null