PHP Interface Cassandra\Aggregate

Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

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

Returns the argument types of the aggregate
public argumentTypes ( ) : array
Résultat array Argument types of the aggregate

finalFunction() public méthode

Returns the final function of the aggregate
public finalFunction ( ) : Cassandra\Function
Résultat Cassandra\Function Final function of the aggregate

initialCondition() public méthode

Returns the initial condition of the aggregate
public initialCondition ( ) : Cassandra\Value
Résultat Cassandra\Value Initial condition of the aggregate

name() public méthode

Returns the full name of the aggregate
public name ( ) : string
Résultat string Full name of the aggregate including name and types

returnType() public méthode

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

signature() public méthode

Returns the signature of the aggregate
public signature ( ) : string
Résultat string Signature of the aggregate (same as name())

simpleName() public méthode

Returns the simple name of the aggregate
public simpleName ( ) : string
Résultat string Simple name of the aggregate

stateFunction() public méthode

Returns the state function of the aggregate
public stateFunction ( ) : Cassandra\Function
Résultat Cassandra\Function State function of the aggregate

stateType() public méthode

Returns the state type of the aggregate
public stateType ( ) : Cassandra\Type
Résultat Cassandra\Type State type of the aggregate