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