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

Method getChildren

src/jrd/recsrc/Union.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void Union::getChildren(Array<const RecordSource*>& children) const
166{
167 for (FB_SIZE_T i = 0; i < m_args.getCount(); i++)
168 children.add(m_args[i]);
169}
170
171void Union::print(thread_db* tdbb, string& plan, bool detailed, unsigned level, bool recurse) const
172{

Callers 1

prepareRecSourceMethod · 0.45

Calls 2

getCountMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected