MCPcopy Create free account
hub / github.com/apache/arrow / clear

Method clear

cpp/src/arrow/util/small_vector.h:374–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 void reserve(size_t n) { storage_.reserve(n); }
373
374 void clear() { storage_.clear(); }
375
376 void push_back(const T& value) {
377 storage_.bump_size(1);

Callers 15

TESTFunction · 0.45
ResetMethod · 0.45
TEST_FFunction · 0.45
ResetMethod · 0.45
TESTFunction · 0.45
SetScanProjectionRefsMethod · 0.45
FinishMethod · 0.45
GetExtensionInfoFunction · 0.45
MakeBufferedMethod · 0.45
ResetStatsMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
SetScanProjectionRefsMethod · 0.36
MakeBufferedMethod · 0.36
ResetStatsMethod · 0.36
ResetMethod · 0.36
TearDownTestMethod · 0.36
ListFlightsMethod · 0.36
GetFlightInfoMethod · 0.36
TestBloomSmallFunction · 0.36
TESTFunction · 0.36