This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Sort

Operators in the Sort category

Home > Data Cleaning > Sort

Operators

OperatorDescription
SortSort based on the columns and sorting methods
Sort PartitionsSort Partitions
Stable Merge SortStable per-partition sort with multi-key ordering (incremental stack of sorted buckets)

Total: 3 operators

1 - Sort

Sort based on the columns and sorting methods

Home > Data Cleaning > Sort

Input Properties

PropertyRequirementTypeDefaultDescription
AttributesList-Column to perform sorting on
↳ AttributeString-Attribute name to sort by
↳ Sort PreferenceASC, DESC-Sort preference (ASC or DESC)

Output Ports

PortMode
0Set Snapshot

2 - Sort Partitions

Sort Partitions

Home > Data Cleaning > Sort

Input Properties

PropertyRequirementTypeDefaultDescription
AttributeString (integer, long, double)-Attribute to sort (must be numerical)
Attribute Domain MinLong0Minimum value of the domain of the attribute
Attribute Domain MaxLong0Maximum value of the domain of the attribute

Output Ports

PortMode
0Set Snapshot

3 - Stable Merge Sort

Stable per-partition sort with multi-key ordering (incremental stack of sorted buckets)

Home > Data Cleaning > Sort

Input Properties

PropertyRequirementTypeDefaultDescription
Sort KeysList-List of attributes to sort by with ordering
preferences
↳ AttributeString-Attribute name to sort by
↳ Sort PreferenceASC, DESC-Sort preference (ASC or DESC)

Output Ports

PortMode
0Set Snapshot