Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Ralph::Query::WindowClause
Inherits
Reference
/
Object
Represents a window function in the SELECT clause
Constructors
new
(function :
String
, partition_by :
String
|
Nil
= nil, order_by :
String
|
Nil
= nil, alias_name :
String
= "window_result")
Source
Instance methods
alias_name
Source
function
Source
order_by
Source
partition_by
Source
to_sql
Source