case classOrderedDistribution(ordering: Seq[SortOrder]) extends Distribution with Product with Serializable
Represents data where tuples have been ordered according to the orderingExpressions. This is a strictly stronger guarantee than
ClusteredDistribution as an ordering will ensure that tuples that share the
same value for the ordering expressions are contiguous and will never be split across
partitions.
Represents data where tuples have been ordered according to the
ordering
Expressions. This is a strictly stronger guarantee than ClusteredDistribution as an ordering will ensure that tuples that share the same value for the ordering expressions are contiguous and will never be split across partitions.