MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / $window

Method $window

jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java:5655–5658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 5

unmodifiableMethod · 0.95
emptyListMethod · 0.95
copyMethod · 0.95
addAllMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected