Package | Description |
---|---|
com.datastax.dse.driver.api.core.metadata.schema |
Modifier and Type | Method and Description |
---|---|
static DseFunctionMetadata.Monotonicity |
DseFunctionMetadata.Monotonicity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DseFunctionMetadata.Monotonicity[] |
DseFunctionMetadata.Monotonicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default Optional<DseFunctionMetadata.Monotonicity> |
DseFunctionMetadata.getMonotonicity()
Returns this function's
DseFunctionMetadata.Monotonicity . |
Copyright © 2017–2021. All rights reserved.