Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Clear
Method
Clear
cpp/src/arrow/acero/accumulation_queue.cc:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void AccumulationQueue::Clear() {
59
row_count_ = 0;
60
batches_.clear();
61
}
62
63
ExecBatch& AccumulationQueue::operator[](size_t i) { return batches_[i]; }
64
Callers
14
InitEncoder
Method · 0.45
ProbeSingleBatch
Method · 0.45
StopProducingImpl
Method · 0.45
StopProducingImpl
Method · 0.45
OnQueuedBatchesProbed
Method · 0.45
ConcurrentQueueBasicTest
Function · 0.45
AccumulationQueue
Method · 0.45
accumulation_queue.cc
File · 0.45
Concatenate
Method · 0.45
BuildFinished
Method · 0.45
CleanUp
Method · 0.45
EncodeBatch
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
1
ConcurrentQueueBasicTest
Function · 0.36