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

Method findUsedStreams

src/jrd/recsrc/Union.cpp:214–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void Union::findUsedStreams(StreamList& streams, bool expandAll) const
215{
216 RecordStream::findUsedStreams(streams);
217
218 if (expandAll)
219 {
220 for (FB_SIZE_T i = 0; i < m_args.getCount(); i++)
221 m_args[i]->findUsedStreams(streams, true);
222 }
223}
224
225bool Union::isDependent(const StreamList& streams) const
226{

Callers 3

pass2Method · 0.45
compileMethod · 0.45
generateOuterJoinMethod · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected