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(CqlIdentifier finalFunc)
Adds FINALFUNC to the create aggregate query.
|
default CreateDseAggregateEnd |
CreateDseAggregateEnd.withFinalFunc(String finalFuncName)
Shortcut for
withFinalFunc(CqlIdentifier.fromCql(finalFuncName)) . |
CreateDseAggregateEnd |
CreateDseAggregateEnd.withInitCond(Term term)
Adds INITCOND to the aggregate query.
|
CreateDseAggregateEnd |
CreateDseAggregateStateFunc.withSType(DataType dataType)
Adds STYPE to the create aggregate query.
|
Copyright © 2017–2021. All rights reserved.