sort

The sort method creates a new PartitionedTable from the result of applying sortColumns to the underlying partitioned table.

Note

sortColumns must not reference the "constituent" column.

Syntax

Parameters

ParameterTypeDescription
sortColumnsCollection<SortColumn

The columns to sort by. Must not reference the "constituent" column.

Returns

A new PartitionedTable with the supplied sortColumns applied.

Examples