Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.mask |
Modifier and Type | Method and Description |
---|---|
DataMaskDescription[] |
Reader.getDataMasks()
Get the data masks for the unencrypted variant of the data.
|
DataMaskDescription |
DataMask.Standard.getDescription(String... params)
Build a DataMaskDescription given the name and a set of parameters.
|
DataMaskDescription |
DataMask.MaskOverrides.hasOverride(TypeDescription type)
Should the current mask be overridden on a sub-column?
|
Modifier and Type | Method and Description |
---|---|
DataMask |
DataMask.Provider.build(DataMaskDescription description,
TypeDescription schema,
DataMask.MaskOverrides overrides)
Build a mask with the given parameters.
|
static DataMask |
DataMask.Factory.build(DataMaskDescription mask,
TypeDescription schema,
DataMask.MaskOverrides overrides)
Build a new DataMask instance.
|
Modifier and Type | Class and Description |
---|---|
class |
MaskDescriptionImpl |
Modifier and Type | Method and Description |
---|---|
DataMaskDescription[] |
ReaderImpl.getDataMasks() |
Modifier and Type | Method and Description |
---|---|
DataMask |
MaskProvider.build(DataMaskDescription description,
TypeDescription schema,
DataMask.MaskOverrides overrides) |
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.