Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void AccumulationQueue::InsertBatch(ExecBatch batch) {
54
row_count_ += batch.length;
55
batches_.emplace_back(std::move(batch));
56
}
57
58
void AccumulationQueue::Clear() {
59
row_count_ = 0;
Callers
6
JoinBenchmark
Method · 0.45
OnBuildSideBatch
Method · 0.45
OnProbeSideBatch
Method · 0.45
InputReceived
Method · 0.45
InputReceived
Method · 0.45
InputReceived
Method · 0.45
Calls
1
emplace_back
Method · 0.80
Tested by
no test coverage detected