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

Method query_context

cpp/src/arrow/acero/exec_plan.cc:432–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432QueryContext* ExecPlan::query_context() { return &ToDerived(this)->query_context_; }
433
434const ExecPlanImpl::NodeVector& ExecPlan::nodes() const {
435 return ToDerived(this)->nodes();

Callers 15

HandleBatchMethod · 0.80
operator()Method · 0.80
BeginScanMethod · 0.80
ScanFragmentsMethod · 0.80
StartProducingMethod · 0.80
InitMethod · 0.80
StartProducingMethod · 0.80
MakeMethod · 0.80
StartProducingMethod · 0.80
EndFromProcessThreadMethod · 0.80
getNextBatchMethod · 0.80
ProcessInnerMethod · 0.80

Calls 1

ToDerivedFunction · 0.85

Tested by 2

DispatchMethod · 0.64
SendBatchesUnlockedMethod · 0.64