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

Method GetChild

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

Source from the content-addressed store, hash-verified

73 virtual bool IsAggFn() const { return false; }
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_; }

Callers 8

CreateTreeInternalMethod · 0.80
OpenMethod · 0.80
UpdateMethod · 0.80
CodegenUpdateSlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected