MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / printFinalCandidate

Method printFinalCandidate

src/jrd/optimizer/Retrieval.cpp:2545–2555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2543}
2544
2545void Retrieval::printFinalCandidate(const InversionCandidate* candidate) const
2546{
2547 if (!candidate)
2548 return;
2549
2550 const auto name = optimizer->getStreamName(stream);
2551 optimizer->printf(" final candidate for stream %u (%s):\n",
2552 stream, name.c_str());
2553
2554 printCandidate(candidate);
2555}
2556#endif

Callers

nothing calls this directly

Calls 3

getStreamNameMethod · 0.80
printfMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected