| Package | Description |
|---|---|
| org.apache.cassandra.schema |
| Modifier and Type | Method and Description |
|---|---|
static Functions.Filter |
Functions.Filter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Functions.Filter[] |
Functions.Filter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<Function> |
Functions.find(FunctionName name,
java.util.List<AbstractType<?>> argTypes,
Functions.Filter filter)
Find the function with the specified name
|
Copyright © 2009-2022 The Apache Software Foundation