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

Method getMemoryUsage

c++/src/Vector.cc:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 uint64_t ColumnVectorBatch::getMemoryUsage() {
58 return static_cast<uint64_t>(notNull.capacity() * sizeof(char));
59 }
60
61 bool ColumnVectorBatch::hasVariableLength() {
62 return false;

Callers 2

TESTFunction · 0.45
processFileFunction · 0.45

Calls 2

sizeMethod · 0.65
capacityMethod · 0.45

Tested by 1

TESTFunction · 0.36