GroupBy
FinalYes
Methods
- __construct() : mixed
- aggregate() : void
- group() : void
- pivot() : void
- result() : Rows
Methods
__construct()
public
__construct(string|Reference ...$entries) : mixed
Parameters
- $entries : string|Reference
aggregate()
public
aggregate(AggregatingFunction ...$aggregator) : void
Parameters
- $aggregator : AggregatingFunction
group()
public
group(Rows $rows) : void
Parameters
- $rows : Rows
pivot()
public
pivot(Reference $ref) : void
Parameters
- $ref : Reference
result()
public
result(FlowContext $context) : Rows
Parameters
- $context : FlowContext