Class FrameComparisonWidgetImpl

java.lang.Object
org.apache.druid.frame.key.FrameComparisonWidgetImpl
All Implemented Interfaces:
FrameComparisonWidget

@NotThreadSafe public class FrameComparisonWidgetImpl extends Object implements FrameComparisonWidget
Implementation of FrameComparisonWidget for pairs of FrameType.isRowBased() frames. Comparison logic in this class is very similar to RowKeyComparator, but is different because it works on Frames instead of byte[].