Uses of Class
org.apache.cassandra.schema.UserFunctions
Packages that use UserFunctions
-
Uses of UserFunctions in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type UserFunctionsModifier and TypeMethodDescriptionstatic FunctionFunctionResolver.get(String keyspace, FunctionName name, List<? extends AssignmentTestable> providedArgs, String receiverKeyspace, String receiverTable, AbstractType<?> receiverType, UserFunctions functions) -
Uses of UserFunctions in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as UserFunctionsMethods in org.apache.cassandra.schema that return UserFunctionsModifier and TypeMethodDescriptionUserFunctions.Builder.build()UserFunctions.filter(Predicate<UserFunction> predicate) static UserFunctionsUserFunctions.none()UserFunctions.with(UserFunction fun) Create a Functions instance with the provided function addedUserFunctions.withAddedOrUpdated(UserFunction function) UserFunctions.without(FunctionName name, List<AbstractType<?>> argTypes) Creates a Functions instance with the function with the provided name and argument types removedUserFunctions.withUpdatedUserType(UserType udt) Methods in org.apache.cassandra.schema with parameters of type UserFunctionsModifier and TypeMethodDescriptionstatic KeyspaceMetadataKeyspaceMetadata.create(String name, KeyspaceParams params, Tables tables, Views views, Types types, UserFunctions functions) static ColumnMetadataSchemaKeyspace.createColumnFromRow(UntypedResultSet.Row row, Types types, UserFunctions functions) KeyspaceMetadata.withSwapped(UserFunctions functions)