| 405 | } |
| 406 | |
| 407 | SmallIntVal ScalarExprEvaluator::GetSmallIntVal(const TupleRow* row) { |
| 408 | return root_.GetSmallIntVal(this, row); |
| 409 | } |
| 410 | |
| 411 | IntVal ScalarExprEvaluator::GetIntVal(const TupleRow* row) { |
| 412 | return root_.GetIntVal(this, row); |
no outgoing calls
no test coverage detected