MCPcopy 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

TESTFunction · 0.45
fillStringValuesFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
writeToOutputStreamFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
nextMethod · 0.45
UnionColumnReaderMethod · 0.45
BitSetMethod · 0.45
RowReaderImplMethod · 0.45

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
writeToOutputStreamFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36