Describes a CQL aggregate.

Members

Array<{code, info}>

argumentTypes

List of the CQL aggregate argument types.

String

finalFunction

Final Function.

String

initCondition

Initial state value of this aggregate.

keyspaceName

Name of the keyspace where the aggregate is declared.

String

name

Name of the aggregate.

Object

returnType

Type of the return value.

Array<String>

signature

Signature of the aggregate.

String

stateFunction

State Function.

Object

stateType

State Type.

Constructor

new

Aggregate

()

Creates a new Aggregate.