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

Method clear

java/core/src/java/org/apache/orc/impl/Dictionary.java:48–48  ·  view source on GitHub ↗

Clear the dictionary.

()

Source from the content-addressed store, hash-verified

46 * Clear the dictionary.
47 */
48 void clear();
49
50 /**
51 * Given the position index, return the original string before being encoded.

Callers 15

clearMethod · 0.65
extractFileTailMethod · 0.65
setTextMethod · 0.65
setByteBufferMethod · 0.65
clearMethod · 0.65
closeMethod · 0.65
clearMethod · 0.65
suppressMethod · 0.65
spillToDiskAndClearMethod · 0.65
getBytesMethod · 0.65
getByteBufferMethod · 0.65

Implementers 2

StringHashTableDictionaryjava/core/src/java/org/apache/orc/impl
StringRedBlackTreejava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by

no test coverage detected