class Cassandra::Aggregate
Represents a cassandra user defined aggregate
Inherits
Object
Methods
name
Returns aggregate name
type
Returns aggregate return type
argument_types
Returns aggregate argument types
state_type
Returns aggregate state type
initial_state
Returns the initial value of the aggregate state or nil
state_function
Returns the state function used by this aggregate
final_function
Returns the final function used by this aggregate
to_cql
Returns a cql representation of this aggregate