Uses of Class
org.apache.cassandra.cql3.functions.masking.MaskingFunction
Packages that use MaskingFunction
-
Uses of MaskingFunction in org.apache.cassandra.cql3.functions.masking
Subclasses of MaskingFunction in org.apache.cassandra.cql3.functions.maskingModifier and TypeClassDescriptionclassAMaskingFunctionthat returns a fixed replacement value for the data type of its single argument.classAMaskingFunctionthat replaces the specified column value by its hash according to the specified algorithm.classAMaskingFunctionthat always returns anullcolumn.classAMaskingFunctionapplied to aStringTypevalue that, depending onPartialMaskingFunction.Kind: Replaces each character between the supplied positions by the supplied padding character.classAMaskingFunctionthat replaces the specified column value by a certain replacement value.