| 10 | namespace evaluator { |
| 11 | |
| 12 | void LiteralExpressionEvaluator::evaluate() {} |
| 13 | |
| 14 | void LiteralExpressionEvaluator::evaluate(sel_t count) { |
| 15 | unFlatState->getSelVectorUnsafe().setSelSize(count); |
nothing calls this directly
no test coverage detected