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

Method nullRecords

src/jrd/recsrc/NestedLoopJoin.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void NestedLoopJoin::nullRecords(thread_db* tdbb) const
348{
349 for (const auto arg : m_args)
350 arg->nullRecords(tdbb);
351}
352
353bool NestedLoopJoin::fetchRecord(thread_db* tdbb, FB_SIZE_T n) const
354{

Callers 1

internalGetRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected