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

Method InsertBatch

cpp/src/arrow/acero/accumulation_queue.cc:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void AccumulationQueue::InsertBatch(ExecBatch batch) {
54 row_count_ += batch.length;
55 batches_.emplace_back(std::move(batch));
56}
57
58void AccumulationQueue::Clear() {
59 row_count_ = 0;

Callers 6

JoinBenchmarkMethod · 0.45
OnBuildSideBatchMethod · 0.45
OnProbeSideBatchMethod · 0.45
InputReceivedMethod · 0.45
InputReceivedMethod · 0.45
InputReceivedMethod · 0.45

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected