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

Method ResetKernelStates

cpp/src/arrow/acero/groupby_aggregate_node.cc:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204Status GroupByNode::ResetKernelStates() {
205 auto ctx = plan()->query_context()->exec_context();
206 ARROW_RETURN_NOT_OK(InitKernels(agg_kernels_, ctx, aggs_, agg_src_types_));
207 return Status::OK();
208}
209
210Status GroupByNode::Consume(ExecSpan batch) {
211 size_t thread_index = plan_->query_context()->GetThreadIndex();

Callers

nothing calls this directly

Calls 5

planFunction · 0.85
InitKernelsFunction · 0.85
exec_contextMethod · 0.80
query_contextMethod · 0.80
OKFunction · 0.50

Tested by

no test coverage detected