Package tech.tablesaw.joining
Class ColumnIndexPair
- java.lang.Object
-
- tech.tablesaw.joining.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 Summary
Constructors Constructor Description ColumnIndexPair(ColumnType type, int left, int right)
-
-
-
Constructor Detail
-
ColumnIndexPair
public ColumnIndexPair(ColumnType type, int left, int right)
-
-