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

Method hasVariableLength

c++/src/Vector.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 bool ColumnVectorBatch::hasVariableLength() {
62 return false;
63 }
64
65 void ColumnVectorBatch::decodeDictionary() {
66 if (dictionaryDecoded) return;

Callers 2

TESTFunction · 0.80
processFileFunction · 0.80

Calls 1

sizeMethod · 0.65

Tested by 1

TESTFunction · 0.64