()
| 5653 | } |
| 5654 | |
| 5655 | @Override |
| 5656 | public final UnmodifiableList<? extends WindowDefinition> $window() { |
| 5657 | return QOM.unmodifiable(window == null ? QueryPartList.emptyList() : window); |
| 5658 | } |
| 5659 | |
| 5660 | @Override |
| 5661 | public final Select<R> $window(Collection<? extends WindowDefinition> newWindow) { |
nothing calls this directly
no test coverage detected