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

Method hasChild

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

Source from the content-addressed store, hash-verified

47 }
48
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(); }

Callers 4

getChildMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by 1