PHP 클래스 Cassandra\DefaultAggregate

상속: implements cassandra\Aggregate
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

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

메소드 상세

argumentTypes() 공개 메소드

{@inheritDoc}
public argumentTypes ( ) : array
리턴 array Argument types of the aggregate

finalFunction() 공개 메소드

{@inheritDoc}
public finalFunction ( ) : Cassandra\Function
리턴 Cassandra\Function Final public function of the aggregate

initialCondition() 공개 메소드

{@inheritDoc}
public initialCondition ( ) : Cassandra\Value
리턴 Cassandra\Value Initial condition of the aggregate

name() 공개 메소드

{@inheritDoc}
public name ( ) : string
리턴 string Full name of the aggregate including name and types

returnType() 공개 메소드

{@inheritDoc}
public returnType ( ) : Cassandra\Type
리턴 Cassandra\Type Return type of the aggregate

signature() 공개 메소드

{@inheritDoc}
public signature ( ) : string
리턴 string Signature of the aggregate (same as name())

simpleName() 공개 메소드

{@inheritDoc}
public simpleName ( ) : string
리턴 string Simple name of the aggregate

stateFunction() 공개 메소드

{@inheritDoc}
public stateFunction ( ) : Cassandra\Function
리턴 Cassandra\Function State public function of the aggregate

stateType() 공개 메소드

{@inheritDoc}
public stateType ( ) : Cassandra\Type
리턴 Cassandra\Type State type of the aggregate