Package | Description |
---|---|
com.datastax.dse.driver.api.querybuilder.schema |
This package effectively mirrors the Cassandra OSS Schema interfaces to allow extended schema and
query building for the DSE driver.
|
Modifier and Type | Method and Description |
---|---|
CreateDseAggregateEnd |
CreateDseAggregateEnd.deterministic()
Adds "DETERMINISTIC" to create aggregate specification.
|
CreateDseAggregateEnd |
CreateDseAggregateEnd.withFinalFunc(com.datastax.oss.driver.api.core.CqlIdentifier finalFunc)
Adds FINALFUNC to the create aggregate query.
|
default CreateDseAggregateEnd |
CreateDseAggregateEnd.withFinalFunc(String finalFuncName)
Shortcut for
withFinalFunc(CqlIdentifier.fromCql(finalFuncName)) . |
CreateDseAggregateEnd |
CreateDseAggregateEnd.withInitCond(com.datastax.oss.driver.api.querybuilder.term.Term term)
Adds INITCOND to the aggregate query.
|
CreateDseAggregateEnd |
CreateDseAggregateStateFunc.withSType(com.datastax.oss.driver.api.core.type.DataType dataType)
Adds STYPE to the create aggregate query.
|
Copyright © 2017–2019. All rights reserved.