Flow PHP

Sum implements AggregatingFunction, WindowFunction

FinalYes

Interfaces

AggregatingFunction
WindowFunction

Methods

__construct()  : mixed
aggregate()  : void
apply()  : mixed
over()  : WindowFunction
result()  : Entry<float|null, float|null>|Entry<int|null, int|null>
toString()  : string
window()  : Window

Methods

aggregate()

public aggregate(Row $row) : void
Parameters
$row : Row

apply()

public apply(Row $row, Rows $partition) : mixed
Parameters
$row : Row
$partition : Rows

result()

public result() : Entry<float|null, float|null>|Entry<int|null, int|null>
Return values
Entry<float|null, float|null>|Entry<int|null, int|null>

toString()

public toString() : string
Return values
string

        
On this page

Search results