PHP Interface Cassandra\Aggregate

Show file Open project: datastax/php-driver

Public Methods

Method Description
argumentTypes ( ) : array Returns the argument types of the aggregate
finalFunction ( ) : Cassandra\Function Returns the final function of the aggregate
initialCondition ( ) : Cassandra\Value Returns the initial condition of the aggregate
name ( ) : string Returns the full name of the aggregate
returnType ( ) : Cassandra\Type Returns the return type of the aggregate
signature ( ) : string Returns the signature of the aggregate
simpleName ( ) : string Returns the simple name of the aggregate
stateFunction ( ) : Cassandra\Function Returns the state function of the aggregate
stateType ( ) : Cassandra\Type Returns the state type of the aggregate

Method Details

argumentTypes() public method

Returns the argument types of the aggregate
public argumentTypes ( ) : array
return array Argument types of the aggregate

finalFunction() public method

Returns the final function of the aggregate
public finalFunction ( ) : Cassandra\Function
return Cassandra\Function Final function of the aggregate

initialCondition() public method

Returns the initial condition of the aggregate
public initialCondition ( ) : Cassandra\Value
return Cassandra\Value Initial condition of the aggregate

name() public method

Returns the full name of the aggregate
public name ( ) : string
return string Full name of the aggregate including name and types

returnType() public method

Returns the return type of the aggregate
public returnType ( ) : Cassandra\Type
return Cassandra\Type Return type of the aggregate

signature() public method

Returns the signature of the aggregate
public signature ( ) : string
return string Signature of the aggregate (same as name())

simpleName() public method

Returns the simple name of the aggregate
public simpleName ( ) : string
return string Simple name of the aggregate

stateFunction() public method

Returns the state function of the aggregate
public stateFunction ( ) : Cassandra\Function
return Cassandra\Function State function of the aggregate

stateType() public method

Returns the state type of the aggregate
public stateType ( ) : Cassandra\Type
return Cassandra\Type State type of the aggregate