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

Method getDataMasks

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

Get the data masks for the unencrypted variant of the data. @return the lists of data masks @since 1.6.0

()

Source from the content-addressed store, hash-verified

191 * @since 1.6.0
192 */
193 DataMaskDescription[] getDataMasks();
194
195 /**
196 * Get the list of encryption variants for the data.

Callers 2

testEncryptMergeMethod · 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