Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DataTable
Function · 0.80
C
Function · 0.80
DataTable
Function · 0.80
C
Function · 0.80
SetContainingSubplan
Method · 0.80
Prepare
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected