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

Method nullRecords

src/jrd/recsrc/HashJoin.cpp:655–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655void HashJoin::nullRecords(thread_db* tdbb) const
656{
657 m_leader.source->nullRecords(tdbb);
658
659 for (FB_SIZE_T i = 0; i < m_args.getCount(); i++)
660 m_args[i].source->nullRecords(tdbb);
661}
662
663ULONG HashJoin::computeHash(thread_db* tdbb,
664 Request* request,

Callers 1

internalGetRecordMethod · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected