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

Method getChildren

fe/src/main/java/org/apache/impala/common/TreeNode.java:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 public boolean hasChild(int i) { return children_.size() > i; }
50 public void setChild(int index, NodeType n) { children_.set(index, n); }
51 public List<NodeType> getChildren() { return children_; }
52 public int getChildCount() { return children_.size(); }
53
54 /**

Callers 15

checkCastsMethod · 0.80
applyRuleBottomUpMethod · 0.80
rewriteInAndOtherExprMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
simplifyCaseExprMethod · 0.80

Calls

no outgoing calls

Tested by 3

checkCastsMethod · 0.64