MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / toString

Method toString

src/processor/operator/skip.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

transformListLiteralMethod · 0.45
transformOcQuantifierMethod · 0.45
formatUnderLineErrorMethod · 0.45
mapLimitMethod · 0.45
mapScanNodeTableMethod · 0.45
mapOrderByMethod · 0.45
mapCreateTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected