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

Method getBaseConjuncts

src/jrd/optimizer/Optimizer.h:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 };
353
354 ConjunctIterator getBaseConjuncts()
355 {
356 const auto begin = conjuncts.begin();
357 const auto end = begin + baseConjuncts;
358
359 return ConjunctIterator(begin, end);
360 }
361
362 ConjunctIterator getParentConjuncts()
363 {

Callers 1

CrossJoinMethod · 0.80

Calls 2

ConjunctIteratorClass · 0.85
beginMethod · 0.45

Tested by

no test coverage detected