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

Method computeRseStreams

src/jrd/RecordSourceNodes.cpp:2572–2580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2570}
2571
2572void WindowSourceNode::computeRseStreams(StreamList& streamList) const
2573{
2574 for (ObjectsArray<Window>::const_iterator window = windows.begin();
2575 window != windows.end();
2576 ++window)
2577 {
2578 streamList.add(window->stream);
2579 }
2580}
2581
2582void WindowSourceNode::findDependentFromStreams(const CompilerScratch* csb,
2583 StreamType currentStream, SortedStreamList* streamList)

Callers 5

pass1SourceMethod · 0.45
CMP_post_rseFunction · 0.45
OptimizerMethod · 0.45
compileMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected