Window
FinalYes
Methods
- __construct() : mixed
- frame() : WindowFrame
- order() : array<string|int, Reference>
- orderBy() : self
- partitionBy() : self
- partitions() : References
- rowsBetween() : self
Methods
__construct()
public
__construct([array<string|int, Reference> $partitions = [] ][, array<string|int, Reference> $orderBy = [] ][, WindowFrame|null $frame = null ]) : mixed
Parameters
- $partitions : array<string|int, Reference> = []
- $orderBy : array<string|int, Reference> = []
- $frame : WindowFrame|null = null
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() : References
Return values
ReferencesrowsBetween()
public
rowsBetween(FrameBound $start, FrameBound $end) : self
Parameters
- $start : FrameBound
- $end : FrameBound