Icon

Transform

This category contains 15 nodes.

Sorter Streamable

Sorts the rows according to user-defined criteria.

Table Partitioner Streamable

Splits table into two partitions.

Top k Row Filter Streamable

Selects the top k rows according to user-defined criteria.

Ungroup Streamable

Creates for each list of collection values a list of rows with the values of the collection in one column and all other columns given from the original row.

Unpivot 

This node rotates the selected columns from the input table to rows and duplicates at the same time the remaining input columns by appending them to each […]