Sequel::SQL::GenericExpression
A WindowFunction is a grouping of a Function with a Window over which it operates.
The function to use, should be an SQL::Function.
The window to use, should be an SQL::Window.
Set the function and window.
# File lib/sequel/sql.rb, line 1673 def initialize(function, window) @function, @window = function, window end
[Validate]
Generated with the Darkfish Rdoc Generator 2.