WindowContext
FinalYes
Methods
- __construct() : mixed
- flowContext() : FlowContext
- frame() : Rows
- Resolved lazily - ranking functions ignore frames, so they never pay for a slice they discard.
- index() : int
- partition() : Rows
- row() : Row
Methods
__construct()
public
__construct(Row $row, int $index, Rows $partition, WindowFrame $windowFrame, FlowContext $flowContext) : mixed
Parameters
- $row : Row
- $index : int
- $partition : Rows
- $windowFrame : WindowFrame
- $flowContext : FlowContext
flowContext()
public
flowContext() : FlowContext
Return values
FlowContextframe()
Resolved lazily - ranking functions ignore frames, so they never pay for a slice they discard.
public
frame() : Rows
Return values
Rowsindex()
public
index() : int
Return values
intpartition()
public
partition() : Rows
Return values
Rowsrow()
public
row() : Row