| 425 | } |
| 426 | |
| 427 | StringVal ScalarExprEvaluator::GetStringVal(const TupleRow* row) { |
| 428 | return root_.GetStringVal(this, row); |
| 429 | } |
| 430 | |
| 431 | CollectionVal ScalarExprEvaluator::GetCollectionVal(const TupleRow* row) { |
| 432 | return root_.GetCollectionVal(this, row); |
no outgoing calls
no test coverage detected