Memory Group By
DescriptionThe Memory Group By transform builds aggregates in a group by fashion. This transform processes all rows within memory and therefore does not require a sorted input. However, it does require all data to fit into memory. |
Supported Engines
|
Options
| Option | Description |
|---|---|
Transform name |
Name of the transform this name has to be unique in a single pipeline, |
Always give back a result row |
If you enable this option, the Group By transform will always give back a result row, even if there is no input row. |
The field that make up the group |
After retrieving fields using the Get Fields button, designate the fields to include in the group. |
Aggregates |
After retrieving fields using the Get lookup fields button, designate the fields to include in the group. |