| 2570 | } |
| 2571 | |
| 2572 | void 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 | |
| 2582 | void WindowSourceNode::findDependentFromStreams(const CompilerScratch* csb, |
| 2583 | StreamType currentStream, SortedStreamList* streamList) |
no test coverage detected