Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ resize
Method
resize
c++/src/Vector.cc:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void ColumnVectorBatch::resize(uint64_t cap) {
47
if (capacity < cap) {
48
capacity = cap;
49
notNull.resize(cap);
50
}
51
}
52
53
void ColumnVectorBatch::clear() {
54
numElements = 0;
Callers
15
TEST
Function · 0.45
fillStringValues
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
writeToOutputStream
Function · 0.45
TEST
Function · 0.45
TEST_P
Function · 0.45
next
Method · 0.45
UnionColumnReader
Method · 0.45
BitSet
Method · 0.45
RowReaderImpl
Method · 0.45
Calls
no outgoing calls
Tested by
7
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
writeToOutputStream
Function · 0.36
TEST
Function · 0.36
TEST_P
Function · 0.36