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

Method decodeDictionary

c++/src/Vector.cc:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void ColumnVectorBatch::decodeDictionary() {
66 if (dictionaryDecoded) return;
67
68 decodeDictionaryImpl();
69 dictionaryDecoded = true;
70 }
71
72 StringDictionary::StringDictionary(MemoryPool& pool)
73 : dictionaryBlob(pool), dictionaryOffset(pool) {

Callers 6

testStringDictionaryFunction · 0.80
testVarcharDictionaryFunction · 0.80
testCharDictionaryFunction · 0.80
TESTFunction · 0.80
decodeDictionaryImplMethod · 0.80

Calls

no outgoing calls

Tested by 5

testStringDictionaryFunction · 0.64
testVarcharDictionaryFunction · 0.64
testCharDictionaryFunction · 0.64
TESTFunction · 0.64