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

Method encrypt

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

Encrypt a set of columns with a key. Format of the string is a key-list. key-list = key (';' key-list)? key = key-name ':' field-list field-list = field-name ( ',' field-list )? field-name = number | field-part ('.' field-name)? field-part = qu

(String value)

Source from the content-addressed store, hash-verified

848 * @return this
849 */
850 public WriterOptions encrypt(String value) {
851 encryption = value;
852 return this;
853 }
854
855 /**
856 * Set the masks for the unencrypted data.

Callers 7

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

Calls

no outgoing calls

Tested by 5

writeMergeableFileMethod · 0.64
testColumnEncryptionMethod · 0.64
writeMethod · 0.64