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

Method removeChild

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

Source from the content-addressed store, hash-verified

39 }
40
41 public void removeChild(NodeType n) { children_.remove(n); }
42
43 public void clearChildren() { children_.clear(); }
44

Callers 15

TeFunction · 0.80
btFunction · 0.80
d3.v5.min.jsFile · 0.80
d3.v3.min.jsFile · 0.80
cellWriteFunction · 0.80
_fnCreateTrFunction · 0.80
_fnDrawHeadFunction · 0.80
rFunction · 0.80
StFunction · 0.80
DtFunction · 0.80
cellWriteFunction · 0.80
_fnCreateTrFunction · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected