Uses of Interface
org.apache.druid.frame.key.FrameComparisonWidget
-
Packages that use FrameComparisonWidget Package Description org.apache.druid.frame.key org.apache.druid.frame.read -
-
Uses of FrameComparisonWidget in org.apache.druid.frame.key
Classes in org.apache.druid.frame.key that implement FrameComparisonWidget Modifier and Type Class Description classFrameComparisonWidgetImplImplementation ofFrameComparisonWidgetfor pairs ofFrameType.ROW_BASEDframes.Methods in org.apache.druid.frame.key with parameters of type FrameComparisonWidget Modifier and Type Method Description intFrameComparisonWidget. compare(int row, FrameComparisonWidget otherWidget, int otherRow)Compare a specific row of this frame to a specific row of another frame.intFrameComparisonWidgetImpl. compare(int row, FrameComparisonWidget otherWidget, int otherRow) -
Uses of FrameComparisonWidget in org.apache.druid.frame.read
Methods in org.apache.druid.frame.read that return FrameComparisonWidget Modifier and Type Method Description FrameComparisonWidgetFrameReader. makeComparisonWidget(Frame frame, List<KeyColumn> keyColumns)Create aFrameComparisonWidgetfor the given frame.
-