Class | Sequel::SQL::Window |
In: |
lib/sequel/sql.rb
|
Parent: | Expression |
A Window is part of a window function specifying the window over which the function operates. It is separated from the WindowFunction class because it also can be used separately on some databases.
opts | [R] |
The options for this window. Options currently supported:
|