PHP Интерфейс Cassandra\Aggregate

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

argumentTypes() публичный метод

Returns the argument types of the aggregate
public argumentTypes ( ) : array
Результат array Argument types of the aggregate

finalFunction() публичный метод

Returns the final function of the aggregate
public finalFunction ( ) : Cassandra\Function
Результат Cassandra\Function Final function of the aggregate

initialCondition() публичный метод

Returns the initial condition of the aggregate
public initialCondition ( ) : Cassandra\Value
Результат Cassandra\Value Initial condition of the aggregate

name() публичный метод

Returns the full name of the aggregate
public name ( ) : string
Результат string Full name of the aggregate including name and types

returnType() публичный метод

Returns the return type of the aggregate
public returnType ( ) : Cassandra\Type
Результат Cassandra\Type Return type of the aggregate

signature() публичный метод

Returns the signature of the aggregate
public signature ( ) : string
Результат string Signature of the aggregate (same as name())

simpleName() публичный метод

Returns the simple name of the aggregate
public simpleName ( ) : string
Результат string Simple name of the aggregate

stateFunction() публичный метод

Returns the state function of the aggregate
public stateFunction ( ) : Cassandra\Function
Результат Cassandra\Function State function of the aggregate

stateType() публичный метод

Returns the state type of the aggregate
public stateType ( ) : Cassandra\Type
Результат Cassandra\Type State type of the aggregate