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

Method AddNode

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

Source from the content-addressed store, hash-verified

426}
427
428ExecNode* ExecPlan::AddNode(std::unique_ptr<ExecNode> node) {
429 return ToDerived(this)->AddNode(std::move(node));
430}
431
432QueryContext* ExecPlan::query_context() { return &ToDerived(this)->query_context_; }
433

Callers

nothing calls this directly

Calls 1

ToDerivedFunction · 0.85

Tested by

no test coverage detected