Uses of Class
org.apache.cassandra.schema.Functions
-
Packages that use Functions Package Description org.apache.cassandra.schema -
-
Uses of Functions in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Functions Modifier and Type Field Description FunctionsKeyspaceMetadata. functionsMethods in org.apache.cassandra.schema that return Functions Modifier and Type Method Description FunctionsFunctions.Builder. build()FunctionsFunctions. filter(java.util.function.Predicate<Function> predicate)static FunctionsFunctions. none()static FunctionsFunctions. of(Function... funs)FunctionsFunctions. with(Function fun)Create a Functions instance with the provided function addedFunctionsFunctions. withAddedOrUpdated(Function function)FunctionsFunctions. without(Function function)FunctionsFunctions. without(FunctionName name, java.util.List<AbstractType<?>> argTypes)Creates a Functions instance with the function with the provided name and argument types removedFunctionsFunctions. withUpdatedUserType(UserType udt)Methods in org.apache.cassandra.schema with parameters of type Functions Modifier and Type Method Description static KeyspaceMetadataKeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, Functions functions)KeyspaceMetadataKeyspaceMetadata. withSwapped(Functions functions)
-