Uses of Interface
org.apache.druid.frame.key.FrameComparisonWidget
Packages that use FrameComparisonWidget
-
Uses of FrameComparisonWidget in org.apache.druid.frame.key
Classes in org.apache.druid.frame.key that implement FrameComparisonWidgetModifier and TypeClassDescriptionclassImplementation ofFrameComparisonWidgetfor pairs ofFrameType.isRowBased()frames.Methods in org.apache.druid.frame.key with parameters of type FrameComparisonWidgetModifier and TypeMethodDescriptionintFrameComparisonWidget.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 FrameComparisonWidgetModifier and TypeMethodDescriptionFrameReader.makeComparisonWidget(Frame frame, List<KeyColumn> keyColumns) Create aFrameComparisonWidgetfor the given frame.