PHP Class Cassandra\DefaultAggregate

Inheritance: implements cassandra\Aggregate
Show file Open project: datastax/php-driver

Public Methods

Method Description
argumentTypes ( ) : array {@inheritDoc}
finalFunction ( ) : Cassandra\Function {@inheritDoc}
initialCondition ( ) : Cassandra\Value {@inheritDoc}
name ( ) : string {@inheritDoc}
returnType ( ) : Cassandra\Type {@inheritDoc}
signature ( ) : string {@inheritDoc}
simpleName ( ) : string {@inheritDoc}
stateFunction ( ) : Cassandra\Function {@inheritDoc}
stateType ( ) : Cassandra\Type {@inheritDoc}

Method Details

argumentTypes() public method

{@inheritDoc}
public argumentTypes ( ) : array
return array Argument types of the aggregate

finalFunction() public method

{@inheritDoc}
public finalFunction ( ) : Cassandra\Function
return Cassandra\Function Final public function of the aggregate

initialCondition() public method

{@inheritDoc}
public initialCondition ( ) : Cassandra\Value
return Cassandra\Value Initial condition of the aggregate

name() public method

{@inheritDoc}
public name ( ) : string
return string Full name of the aggregate including name and types

returnType() public method

{@inheritDoc}
public returnType ( ) : Cassandra\Type
return Cassandra\Type Return type of the aggregate

signature() public method

{@inheritDoc}
public signature ( ) : string
return string Signature of the aggregate (same as name())

simpleName() public method

{@inheritDoc}
public simpleName ( ) : string
return string Simple name of the aggregate

stateFunction() public method

{@inheritDoc}
public stateFunction ( ) : Cassandra\Function
return Cassandra\Function State public function of the aggregate

stateType() public method

{@inheritDoc}
public stateType ( ) : Cassandra\Type
return Cassandra\Type State type of the aggregate