Uses of Interface
org.apache.orc.DataMaskDescription
-
Uses of DataMaskDescription in org.apache.orc
Modifier and TypeMethodDescriptionReader.getDataMasks()
Get the data masks for the unencrypted variant of the data.DataMask.Standard.getDescription
(String... params) Build a DataMaskDescription given the name and a set of parameters.DataMask.MaskOverrides.hasOverride
(TypeDescription type) Should the current mask be overridden on a sub-column?Modifier and TypeMethodDescriptionstatic DataMask
DataMask.Factory.build
(DataMaskDescription mask, TypeDescription schema, DataMask.MaskOverrides overrides) Build a new DataMask instance.DataMask.Provider.build
(DataMaskDescription description, TypeDescription schema, DataMask.MaskOverrides overrides) Build a mask with the given parameters. -
Uses of DataMaskDescription in org.apache.orc.impl
-
Uses of DataMaskDescription in org.apache.orc.impl.mask
Modifier and TypeMethodDescriptionMaskProvider.build
(DataMaskDescription description, TypeDescription schema, DataMask.MaskOverrides overrides)