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

Method GetNumChildren

be/src/exprs/expr.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75 ScalarExpr* GetChild(int i) const { return children_[i]; }
76 int GetNumChildren() const { return children_.size(); }
77
78 const ColumnType& type() const { return type_; }
79 const std::vector<ScalarExpr*>& children() const { return children_; }

Callers 7

CreateMethod · 0.80
CreateMethod · 0.80
CodegenUpdateSlotMethod · 0.80
CodegenCallUdaMethod · 0.80
CreatePartKeyExprsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected