Package org.apache.druid.query.topn
Class DimensionAndMetricValueExtractor
- java.lang.Object
-
- org.apache.druid.query.MetricValueExtractor
-
- org.apache.druid.query.topn.DimensionAndMetricValueExtractor
-
public class DimensionAndMetricValueExtractor extends MetricValueExtractor
-
-
Constructor Summary
Constructors Constructor Description DimensionAndMetricValueExtractor(Map<String,Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ObjectgetDimensionValue(String dimension)inthashCode()StringtoString()-
Methods inherited from class org.apache.druid.query.MetricValueExtractor
getBaseObject, getDoubleMetric, getFloatMetric, getLongMetric, getMetric
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classMetricValueExtractor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMetricValueExtractor
-
toString
public String toString()
- Overrides:
toStringin classMetricValueExtractor
-
-