Uses of Enum Class
org.apache.cassandra.schema.UserFunctions.Filter
Packages that use UserFunctions.Filter
-
Uses of UserFunctions.Filter in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return UserFunctions.FilterModifier and TypeMethodDescriptionstatic UserFunctions.FilterReturns the enum constant of this class with the specified name.static UserFunctions.Filter[]UserFunctions.Filter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.schema with parameters of type UserFunctions.FilterModifier and TypeMethodDescriptionUserFunctions.find(FunctionName name, List<AbstractType<?>> argTypes, UserFunctions.Filter filter) Find the function with the specified name