Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
processFile
Function · 0.45
Calls
2
size
Method · 0.65
capacity
Method · 0.45
Tested by
1
TEST
Function · 0.36