Uses of Class
org.apache.cassandra.cql3.functions.FunctionFactory
Packages that use FunctionFactory
-
Uses of FunctionFactory in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return types with arguments of type FunctionFactoryModifier and TypeMethodDescriptionNativeFunctions.getFactories()NativeFunctions.getFactories(FunctionName name) Returns all the registered functions factories with the specified name.Methods in org.apache.cassandra.cql3.functions with parameters of type FunctionFactory -
Uses of FunctionFactory in org.apache.cassandra.cql3.functions.masking
Subclasses of FunctionFactory in org.apache.cassandra.cql3.functions.maskingMethods in org.apache.cassandra.cql3.functions.masking that return FunctionFactoryModifier and TypeMethodDescriptionstatic FunctionFactoryDefaultMaskingFunction.factory()static FunctionFactoryHashMaskingFunction.factory()static FunctionFactoryNullMaskingFunction.factory()static FunctionFactoryReplaceMaskingFunction.factory()Methods in org.apache.cassandra.cql3.functions.masking that return types with arguments of type FunctionFactoryModifier and TypeMethodDescriptionstatic Collection<FunctionFactory>PartialMaskingFunction.factories()