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

Method addScan

src/QLPlan.actor.cpp:1926–1931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1924}
1925
1926int PlanCheckpoint::addScan() {
1927 int s = scansAdded++;
1928 if (s >= scans.size())
1929 scans.resize(s + 1);
1930 return s;
1931}
1932
1933FDB::KeyRange PlanCheckpoint::getBounds(int whichScan) {
1934 if (whichScan >= scans.size())

Callers 1

executeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected