PHP Class Cassandra\DefaultAggregate

Inheritance: implements cassandra\Aggregate
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode 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 méthode

{@inheritDoc}
public argumentTypes ( ) : array
Résultat array Argument types of the aggregate

finalFunction() public méthode

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

initialCondition() public méthode

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

name() public méthode

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

returnType() public méthode

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

signature() public méthode

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

simpleName() public méthode

{@inheritDoc}
public simpleName ( ) : string
Résultat string Simple name of the aggregate

stateFunction() public méthode

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

stateType() public méthode

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