$window function

DQuery $window([
  1. Window? window
])

Return a WindowQuery wrapping the given window. If window is omitted, the default window instance is used.

Implementation

DQuery $window([Window? window]) => new _WindowQuery(window);