Skip to main content
info
This documentation is for version v2.3 of the product.
For the latest version(v2.7) documentation click here
Version: v2.3 print this page

Rollup

Rollup Node generates a result set that shows aggregates for a hierarchy of values in the selected columns.

Type

transform

Fields

NameTitleDescription
rollupColsRollup Columns
aggregateColsAggregate ColumnsAggregate Columns
aggregateOperationsAggregate Operation to useAggregate Operation

Examples

Input

nameageheight
Alice580
Alice580
Alice1080
James550
James1060
James780

Parameters

NameValue
Rollup Columnsname
IdAggregate ColumnsAggregate Operation to Use
1agemax
2heightmin

Output

namemax_agemin_height
Alice1080
1050
James1050