Package | Description |
---|---|
com.datastax.oss.driver.api.core.metadata.schema |
Modifier and Type | Method and Description |
---|---|
FunctionSignature |
AggregateMetadata.getSignature() |
FunctionSignature |
FunctionMetadata.getSignature() |
FunctionSignature |
AggregateMetadata.getStateFuncSignature()
The signature of the state function of this aggregate.
|
Modifier and Type | Method and Description |
---|---|
Map<FunctionSignature,AggregateMetadata> |
KeyspaceMetadata.getAggregates() |
Optional<FunctionSignature> |
AggregateMetadata.getFinalFuncSignature()
The signature of the final function of this aggregate, or empty if there is none.
|
Map<FunctionSignature,FunctionMetadata> |
KeyspaceMetadata.getFunctions() |
Modifier and Type | Method and Description |
---|---|
default Optional<AggregateMetadata> |
KeyspaceMetadata.getAggregate(FunctionSignature aggregateSignature) |
default Optional<FunctionMetadata> |
KeyspaceMetadata.getFunction(FunctionSignature functionSignature) |
Copyright © 2017–2024. All rights reserved.