MCPcopy Index your code
hub / github.com/apache/orc / getColumnEncryptionKeys

Method getColumnEncryptionKeys

java/core/src/java/org/apache/orc/Reader.java:186–186  ·  view source on GitHub ↗

Get the list of encryption keys for column encryption. @return the set of encryption keys @since 1.6.0

()

Source from the content-addressed store, hash-verified

184 * @since 1.6.0
185 */
186 EncryptionKey[] getColumnEncryptionKeys();
187
188 /**
189 * Get the data masks for the unencrypted variant of the data.

Callers 3

testEncryptMergeMethod · 0.95
mergeFilesMethod · 0.95
readerIsCompatibleMethod · 0.65

Implementers 1

ReaderImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 1

testEncryptMergeMethod · 0.76