Interface OrderedDistribution

  • All Superinterfaces:
    Distribution
    All Known Implementing Classes:
    OrderedDistributionImpl

    public interface OrderedDistribution
    extends Distribution
    A distribution where tuples have been ordered across partitions according to ordering expressions, but not necessarily within a given partition.
    Since:
    3.2.0
    • Method Detail

      • ordering

        SortOrder[] ordering()
        Returns ordering expressions.