Flow PHP

Count implements AggregatingFunction, FrameAccumulating, WindowFunction

FinalYes

Interfaces

AggregatingFunction
FrameAccumulating
Opts a WindowFunction into incremental frame evaluation. Carrying it asserts the result depends only on the frame contents - never on the current row or its index - which is what lets WindowProcessor reuse a value across rows that share frame bounds.
WindowFunction

Methods

__construct()  : mixed
accumulator()  : FrameAccumulator
aggregate()  : void
apply()  : mixed
over()  : static
references()  : array<int, Reference>
result()  : Entry<string|int, mixed>
toString()  : string
window()  : Window

Methods

over()

public over(Window $window) : static
Parameters
$window : Window
Return values
static

toString()

public toString() : string
Return values
string
On this page

Search results