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

Function num_inputs

cpp/src/arrow/acero/exec_plan.h:134–134  ·  view source on GitHub ↗

The number of inputs expected by this node

Source from the content-addressed store, hash-verified

132
133 // The number of inputs expected by this node
134 int num_inputs() const { return static_cast<int>(inputs_.size()); }
135
136 /// This node's predecessors in the exec plan
137 const NodeVector& inputs() const { return inputs_; }

Callers 1

ValidateMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected