public interface DseAggregateMetadata
extends com.datastax.oss.driver.api.core.metadata.schema.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.
|
boolean 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 com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadatadescribe in interface com.datastax.oss.driver.api.core.metadata.schema.DescribableCopyright © 2017–2019. All rights reserved.