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

Method getMetadataValue

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

Get a user metadata value. @param key a key given by the user @return the bytes associated with the given key @since 1.1.0

(String key)

Source from the content-addressed store, hash-verified

80 * @since 1.1.0
81 */
82 ByteBuffer getMetadataValue(String key);
83
84 /**
85 * Did the user set the given metadata value.

Callers 10

printMetaDataImplMethod · 0.95
printJsonMetaDataMethod · 0.95
metaDataMethod · 0.95
testMergeMethod · 0.95
TEST_PFunction · 0.65
printMetadataFunction · 0.65
TEST_PFunction · 0.65
readerIsCompatibleMethod · 0.65
mergeMetadataMethod · 0.65
parseAcidStatsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 4

metaDataMethod · 0.76
testMergeMethod · 0.76
TEST_PFunction · 0.52
TEST_PFunction · 0.52