class Cassandra::Function
Represents a cassandra user defined function
Inherits
Object
Methods
name
Returns function name
language
Returns function language
type
Returns function return type
body
Returns function body
called_on_null?
Returns whether this function will be called on null input
has_argument?
(name)Returns whether this function has a given argument
argument
(name)Returns an argument or nil
each_argument
(&block) aliased as: argumentsYield or enumerate each argument defined in this function
argument_types
Get the list of argument types for this function.
to_cql
Returns a cql representation of this function