| 437 | } |
| 438 | |
| 439 | TimestampVal ScalarExprEvaluator::GetTimestampVal(const TupleRow* row) { |
| 440 | return root_.GetTimestampVal(this, row); |
| 441 | } |
| 442 | |
| 443 | DecimalVal ScalarExprEvaluator::GetDecimalVal(const TupleRow* row) { |
| 444 | return root_.GetDecimalVal(this, row); |
no outgoing calls
no test coverage detected