MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / getBounds

Method getBounds

src/QLPlan.actor.cpp:1933–1937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1931}
1932
1933FDB::KeyRange PlanCheckpoint::getBounds(int whichScan) {
1934 if (whichScan >= scans.size())
1935 return KeyRangeRef(StringRef(), LiteralStringRef("\xff")); //< Necessary?
1936 return scans[whichScan].bounds;
1937}
1938
1939FDB::Key& PlanCheckpoint::splitBound(int whichScan) {
1940 ASSERT(whichScan >= 0 && whichScan < scans.size());

Callers 3

executeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected