Flow PHP

GroupBy

FinalYes

Methods

__construct()  : mixed
aggregate()  : void
aggregatedRow()  : Row
aggregations()  : Aggregators
isGlobal()  : bool
isPivot()  : bool
keyValues()  : GroupKey
outputSchema()  : Schema
The aggregate operator's declared output schema, computed once per run. Group-key definitions come from the input schema unchanged: a key is null only when the input column was already nullable. A key the batch schema does not declare refuses at bind - inventing a column would put a value in row storage that no schema-driven reader can see.
pivot()  : void
pivotedBy()  : Pivot|null
references()  : array<int, Reference>

Methods

isGlobal()

public isGlobal() : bool
Return values
bool

isPivot()

public isPivot() : bool
Return values
bool

outputSchema()

The aggregate operator's declared output schema, computed once per run. Group-key definitions come from the input schema unchanged: a key is null only when the input column was already nullable. A key the batch schema does not declare refuses at bind - inventing a column would put a value in row storage that no schema-driven reader can see.

public outputSchema(Schema $input, Aggregators $bound) : Schema
Parameters
$input : Schema
$bound : Aggregators
Return values
Schema
On this page

Search results