A WindowFunction
is a grouping of a Function
with
a Window
over which it operates.
Attributes
Public Class methods
new
(function, window)
Set the function and window.
[show source]
# File lib/sequel/sql.rb, line 1671 def initialize(function, window) @function, @window = function, window end