Class RowKeyComparator

java.lang.Object
org.apache.druid.frame.key.RowKeyComparator
All Implemented Interfaces:
Comparator<RowKey>

public class RowKeyComparator extends Object implements Comparator<RowKey>
Comparator for RowKey instances. Delegates the comparing to a ByteRowKeyComparator.