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 |
public argumentTypes ( ) : array | ||
Résultat | array | Argument types of the aggregate |
public finalFunction ( ) : Cassandra\Function | ||
Résultat | Cassandra\Function | Final function of the aggregate |
public initialCondition ( ) : Cassandra\Value | ||
Résultat | Cassandra\Value | Initial condition of the aggregate |
public returnType ( ) : Cassandra\Type | ||
Résultat | Cassandra\Type | Return type of the aggregate |
public simpleName ( ) : string | ||
Résultat | string | Simple name of the aggregate |
public stateFunction ( ) : Cassandra\Function | ||
Résultat | Cassandra\Function | State function of the aggregate |
public stateType ( ) : Cassandra\Type | ||
Résultat | Cassandra\Type | State type of the aggregate |