MCPcopy Create free account
hub / github.com/apache/orc / masks

Method masks

java/core/src/java/org/apache/orc/OrcFile.java:870–873  ·  view source on GitHub ↗

Set the masks for the unencrypted data. Format of the string is a mask-list. mask-list = mask (';' mask-list)? mask = mask-name (',' parameter) ':' field-list field-list = field-name ( ',' field-list )? field-name = number | field-part ('.' field-name)?</

(String value)

Source from the content-addressed store, hash-verified

868 * @return this
869 */
870 public WriterOptions masks(String value) {
871 masks = value;
872 return this;
873 }
874
875 /**
876 * For users that need to override the current version of a key, this

Callers 5

writeMergeableFileMethod · 0.80
testColumnEncryptionMethod · 0.80
writeMethod · 0.80
buildOptionsMethod · 0.80

Calls

no outgoing calls

Tested by 4

writeMergeableFileMethod · 0.64
testColumnEncryptionMethod · 0.64
writeMethod · 0.64