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

Method child

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

Source from the content-addressed store, hash-verified

298 const RowDescriptor* row_desc() const { return &row_descriptor_; }
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().

Callers 6

DataTableFunction · 0.80
CFunction · 0.80
DataTableFunction · 0.80
CFunction · 0.80
SetContainingSubplanMethod · 0.80
PrepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected