| 409 | } |
| 410 | |
| 411 | IntVal ScalarExprEvaluator::GetIntVal(const TupleRow* row) { |
| 412 | return root_.GetIntVal(this, row); |
| 413 | } |
| 414 | |
| 415 | BigIntVal ScalarExprEvaluator::GetBigIntVal(const TupleRow* row) { |
| 416 | return root_.GetBigIntVal(this, row); |
no outgoing calls
no test coverage detected