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.
Attributes
| opts | [R] |
The options for this window. Options currently supported:
|
Public Class methods
Set the options to the options given
# File lib/sequel/sql.rb, line 1525 def initialize(opts={}) @opts = opts end