Interface RelDistribution

    • Method Detail

      • getKeys

        @Nonnull
        java.util.List<java.lang.Integer> getKeys()
        Returns the ordinals of the key columns.

        Order is important for some types (RANGE); other types (HASH) consider it unimportant but impose an arbitrary order; other types (BROADCAST, SINGLETON) never have keys.