Class MaskingFcts
java.lang.Object
org.apache.cassandra.cql3.functions.masking.MaskingFcts
A collection of
MaskingFunctions for dynamic data masking, meant to obscure the real value of a column.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddFunctionsTo(NativeFunctions functions) Adds all the available native data masking functions to the specified native functions.
-
Constructor Details
-
MaskingFcts
public MaskingFcts()
-
-
Method Details
-
addFunctionsTo
Adds all the available native data masking functions to the specified native functions.
-