Uses of Class
org.apache.cassandra.schema.UserFunctions
-
Packages that use UserFunctions Package Description org.apache.cassandra.cql3.functions org.apache.cassandra.schema -
-
Uses of UserFunctions in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type UserFunctions Modifier and Type Method Description static Function
FunctionResolver. get(java.lang.String keyspace, FunctionName name, java.util.List<? extends AssignmentTestable> providedArgs, java.lang.String receiverKeyspace, java.lang.String receiverTable, AbstractType<?> receiverType, UserFunctions functions)
-
Uses of UserFunctions in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as UserFunctions Modifier and Type Field Description UserFunctions
KeyspaceMetadata. userFunctions
Methods in org.apache.cassandra.schema that return UserFunctions Modifier and Type Method Description UserFunctions
UserFunctions.Builder. build()
UserFunctions
UserFunctions. filter(java.util.function.Predicate<UserFunction> predicate)
static UserFunctions
UserFunctions. none()
UserFunctions
UserFunctions. with(UserFunction fun)
Create a Functions instance with the provided function addedUserFunctions
UserFunctions. withAddedOrUpdated(UserFunction function)
UserFunctions
UserFunctions. without(Function function)
UserFunctions
UserFunctions. without(FunctionName name, java.util.List<AbstractType<?>> argTypes)
Creates a Functions instance with the function with the provided name and argument types removedUserFunctions
UserFunctions. withUpdatedUserType(UserType udt)
Methods in org.apache.cassandra.schema with parameters of type UserFunctions Modifier and Type Method Description static KeyspaceMetadata
KeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, UserFunctions functions)
static ColumnMetadata
SchemaKeyspace. createColumnFromRow(UntypedResultSet.Row row, Types types, UserFunctions functions)
KeyspaceMetadata
KeyspaceMetadata. withSwapped(UserFunctions functions)
-