Package org.apache.cassandra.cql3.functions.masking
package org.apache.cassandra.cql3.functions.masking
-
ClassDescriptionDynamic data mask that can be applied to a schema column.A parsed but not prepared column mask.A
MaskingFunctionthat returns a fixed replacement value for the data type of its single argument.AMaskingFunctionthat replaces the specified column value by its hash according to the specified algorithm.A collection ofMaskingFunctions for dynamic data masking, meant to obscure the real value of a column.ANativeScalarFunctionthat totally or partially replaces the original value of a column value, meant to obscure the real value of the column.AMaskingFunctionthat always returns anullcolumn.AMaskingFunctionapplied to aStringTypevalue that, depending onPartialMaskingFunction.Kind: Replaces each character between the supplied positions by the supplied padding character.AMaskingFunctionthat replaces the specified column value by a certain replacement value.