MCPcopy Create free account
hub / github.com/apache/impala / num_children

Method num_children

be/src/exec/exec-node.h:301–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300 ExecNode* child(int i) { return children_[i]; }
301 int num_children() const { return children_.size(); }
302
303 /// Valid to call in or after Prepare().
304 SubplanNode* get_containing_subplan() const { return containing_subplan_; }

Callers 2

SetContainingSubplanMethod · 0.80
PrepareMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected