| 10 | } |
| 11 | |
| 12 | std::string SkipPrintInfo::toString() const { |
| 13 | std::string result = "Skip: "; |
| 14 | result += std::to_string(number); |
| 15 | return result; |
| 16 | } |
| 17 | |
| 18 | bool Skip::getNextTuplesInternal(ExecutionContext* context) { |
| 19 | auto numTupleSkippedBefore = 0u; |
no outgoing calls
no test coverage detected