Uses of Class
org.apache.cassandra.cql3.functions.UserFunction
Packages that use UserFunction
Package
Description
-
Uses of UserFunction in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth with parameters of type UserFunctionModifier and TypeMethodDescriptionstatic FunctionResourceFunctionResource.function(UserFunction function) -
Uses of UserFunction in org.apache.cassandra.cql3.functions
Subclasses of UserFunction in org.apache.cassandra.cql3.functionsModifier and TypeClassDescriptionfinal classclassBase class for user-defined-aggregates.classBase class for User Defined Functions. -
Uses of UserFunction in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return types with arguments of type UserFunctionModifier and TypeMethodDescriptionUserFunctions.find(FunctionName name, List<AbstractType<?>> argTypes) UserFunctions.find(FunctionName name, List<AbstractType<?>> argTypes, UserFunctions.Filter filter) Find the function with the specified nameSchema.findUserFunction(FunctionName name, List<AbstractType<?>> argTypes) Find the function with the specified name and arguments.UserFunctions.get(FunctionName name) Get all function overloads with the specified nameSchema.getUserFunctions(FunctionName name) Get all user-defined function overloads with the specified name.UserFunctions.iterator()UserFunctions.referencingUserType(ByteBuffer name) UserFunctions.stream()Methods in org.apache.cassandra.schema with parameters of type UserFunctionModifier and TypeMethodDescriptionUserFunctions.Builder.add(UserFunction fun) UserFunctions.Builder.add(UserFunction... funs) booleanUserFunctions.Filter.test(UserFunction function) UserFunctions.with(UserFunction fun) Create a Functions instance with the provided function addedUserFunctions.withAddedOrUpdated(UserFunction function) Method parameters in org.apache.cassandra.schema with type arguments of type UserFunctionModifier and TypeMethodDescriptionUserFunctions.Builder.add(Iterable<? extends UserFunction> funs) UserFunctions.filter(Predicate<UserFunction> predicate)