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

Method getMetadataKeys

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

Get the user metadata keys. @return the set of metadata keys @since 1.1.0

()

Source from the content-addressed store, hash-verified

72 * @since 1.1.0
73 */
74 List<String> getMetadataKeys();
75
76 /**
77 * Get a user metadata value.

Callers 13

printMetaDataImplMethod · 0.95
printJsonMetaDataMethod · 0.95
testEmptyFileMethod · 0.95
metaDataMethod · 0.95
testUnionAndTimestampMethod · 0.95
testMergeMethod · 0.95
testZeroByteOrcFileMethod · 0.95
TEST_PFunction · 0.65
TESTFunction · 0.65
printMetadataFunction · 0.65
TEST_PFunction · 0.65
readerIsCompatibleMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 8

testEmptyFileMethod · 0.76
metaDataMethod · 0.76
testUnionAndTimestampMethod · 0.76
testMergeMethod · 0.76
testZeroByteOrcFileMethod · 0.76
TEST_PFunction · 0.52
TESTFunction · 0.52
TEST_PFunction · 0.52