Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getChild
Method
getChild
fe/src/main/java/org/apache/impala/common/TreeNode.java:33–35 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
31
protected
List<NodeType> children_ =
new
ArrayList<>();
32
33
public
NodeType getChild(
int
i) {
34
return
hasChild(i) ? children_.get(i) : null;
35
}
36
37
public
void
addChild(NodeType n) {
38
children_.add(n);
Callers
15
verifyCardinality
Method · 0.80
verifyApproxCardinality
Method · 0.80
getPlanNode
Method · 0.80
TestCompoundPredicates
Method · 0.80
typeCastTest
Method · 0.80
checkCasts
Method · 0.80
validateSingleColAppxCountDistinctRewrite
Method · 0.80
TestCoalesceDecimal
Method · 0.80
convertToCNF
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
Calls
2
hasChild
Method · 0.95
get
Method · 0.65
Tested by
8
verifyCardinality
Method · 0.64
verifyApproxCardinality
Method · 0.64
getPlanNode
Method · 0.64
TestCompoundPredicates
Method · 0.64
typeCastTest
Method · 0.64
checkCasts
Method · 0.64
validateSingleColAppxCountDistinctRewrite
Method · 0.64
TestCoalesceDecimal
Method · 0.64