The number of inputs expected by this node
| 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_; } |