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.
|
com.datastax.dse.driver.internal.querybuilder.schema |
This package effectively mirrors the Cassandra OSS default query and schema implementations to
allow extended schema and query building for the DSE driver.
|
Modifier and Type | Method and Description |
---|---|
CreateDseAggregateStateFunc |
CreateDseAggregateStart.withSFunc(CqlIdentifier sfuncName)
Adds SFUNC to the create aggregate specification.
|
default CreateDseAggregateStateFunc |
CreateDseAggregateStart.withSFunc(String sfuncName)
Shortcut for
withSFunc(CqlIdentifier.fromCql(sfuncName)) . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCreateDseAggregate
Implements DSE extended interfaces for creating aggregates.
|
Modifier and Type | Method and Description |
---|---|
CreateDseAggregateStateFunc |
DefaultCreateDseAggregate.withSFunc(CqlIdentifier sFunc) |
Copyright © 2017–2019. All rights reserved.