Window
FinalYes
Methods
- __construct() : mixed
- frame() : WindowFrame
- order() : array<string|int, Reference>
- orderBy() : self
- partitionBy() : self
- partitions() : array<string|int, Reference>
- rowsBetween() : self
Methods
__construct()
public
__construct() : mixed
frame()
public
frame() : WindowFrame
Return values
WindowFrameorder()
public
order() : array<string|int, Reference>
Return values
array<string|int, Reference>orderBy()
public
orderBy(Reference $ref, Reference ...$refs) : self
Parameters
Return values
selfpartitionBy()
public
partitionBy(Reference $ref, Reference ...$refs) : self
Parameters
Return values
selfpartitions()
public
partitions() : array<string|int, Reference>
Return values
array<string|int, Reference>rowsBetween()
public
rowsBetween(FrameBound $start, FrameBound $end) : self
Parameters
- $start : FrameBound
- $end : FrameBound