Uses of Class
org.apache.cassandra.cql3.functions.masking.MaskingFunction
-
Packages that use MaskingFunction Package Description org.apache.cassandra.cql3.functions.masking -
-
Uses of MaskingFunction in org.apache.cassandra.cql3.functions.masking
Subclasses of MaskingFunction in org.apache.cassandra.cql3.functions.masking Modifier and Type Class Description class
DefaultMaskingFunction
AMaskingFunction
that returns a fixed replacement value for the data type of its single argument.class
HashMaskingFunction
AMaskingFunction
that replaces the specified column value by its hash according to the specified algorithm.class
NullMaskingFunction
AMaskingFunction
that always returns anull
column.class
PartialMaskingFunction
AMaskingFunction
applied to aStringType
value that, depending onPartialMaskingFunction.Kind
: Replaces each character between the supplied positions by the supplied padding character.class
ReplaceMaskingFunction
AMaskingFunction
that replaces the specified column value by a certain replacement value.
-