PHP 인터페이스 Cassandra\Aggregate

파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
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