Uses of Class
org.apache.cassandra.schema.Functions.Filter
-
Packages that use Functions.Filter Package Description org.apache.cassandra.schema -
-
Uses of Functions.Filter in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return Functions.Filter Modifier and Type Method 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.Methods in org.apache.cassandra.schema with parameters of type Functions.Filter Modifier and Type Method Description java.util.Optional<Function>
Functions. find(FunctionName name, java.util.List<AbstractType<?>> argTypes, Functions.Filter filter)
Find the function with the specified name
-