Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
QueryContext* ExecPlan::query_context() { return &ToDerived(this)->query_context_; }
433
434
const ExecPlanImpl::NodeVector& ExecPlan::nodes() const {
435
return ToDerived(this)->nodes();
Callers
15
HandleBatch
Method · 0.80
operator()
Method · 0.80
BeginScan
Method · 0.80
ScanFragments
Method · 0.80
StartProducing
Method · 0.80
Init
Method · 0.80
StartProducing
Method · 0.80
Make
Method · 0.80
StartProducing
Method · 0.80
EndFromProcessThread
Method · 0.80
getNextBatch
Method · 0.80
ProcessInner
Method · 0.80
Calls
1
ToDerived
Function · 0.85
Tested by
2
Dispatch
Method · 0.64
SendBatchesUnlocked
Method · 0.64