public interface DseAggregateMetadata extends AggregateMetadata
It adds support for the DSE-specific DETERMINISTIC keyword.
| Modifier and Type | Method and Description |
|---|---|
default String |
describe(boolean pretty) |
boolean |
isDeterministic()
Indicates if this aggregate is deterministic.
|
describeWithChildren, formatInitCond, getFinalFuncSignature, getInitCond, getKeyspace, getReturnType, getSignature, getStateFuncSignature, getStateTypeboolean isDeterministic()
NOTE: For versions of DSE older than 6.0.0, this method will always return false, regardless of the actual function characteristics.
@NonNull default String describe(boolean pretty)
describe in interface AggregateMetadatadescribe in interface DescribableCopyright © 2017–2019. All rights reserved.