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

Method GetLocalState

cpp/src/arrow/acero/aggregate_internal.h:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 };
315
316 ThreadLocalState* GetLocalState() {
317 size_t thread_index = plan_->query_context()->GetThreadIndex();
318 return &local_states_[thread_index];
319 }
320
321 Status InitLocalStateIfNeeded(ThreadLocalState* state);
322

Callers

nothing calls this directly

Calls 2

GetThreadIndexMethod · 0.80
query_contextMethod · 0.80

Tested by

no test coverage detected