class DefaultAggregate
A PHP representation of an aggregate
Implements
Methods
string name
( )Returns the full name of the aggregate
string simpleName
( )Returns the simple name of the aggregate
array argumentTypes
( )Returns the argument types of the aggregate
Cassandra\Function finalFunction
( )Returns the final function of the aggregate
Cassandra\Function stateFunction
( )Returns the state function of the aggregate
Cassandra\Value initialCondition
( )Returns the initial condition of the aggregate
Cassandra\Type returnType
( )Returns the return type of the aggregate
Cassandra\Type stateType
( )Returns the state type of the aggregate
string signature
( )Returns the signature of the aggregate
