| 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_; } |
no outgoing calls
no test coverage detected