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

Method setChild

fe/src/main/java/org/apache/impala/common/TreeNode.java:50–50  ·  view source on GitHub ↗
(int index, NodeType n)

Source from the content-addressed store, hash-verified

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

Calls 1

setMethod · 0.45

Tested by

no test coverage detected