Class ColumnIndexPair


  • public class ColumnIndexPair
    extends Object
    Describes two columns that are to be compared in a sort The columns are expected to be referenced in two separate rows. The values of left and right provide the column index (position) in each of the two rows.
    • Constructor Detail

      • ColumnIndexPair

        public ColumnIndexPair​(ColumnType type,
                               int left,
                               int right)