Package org.apache.druid.query
Class MetricValueExtractor
- java.lang.Object
-
- org.apache.druid.query.MetricValueExtractor
-
- Direct Known Subclasses:
DimensionAndMetricValueExtractor,TimeseriesResultValue
public class MetricValueExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description MetricValueExtractor(Map<String,Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,Object>getBaseObject()DoublegetDoubleMetric(String name)FloatgetFloatMetric(String name)LonggetLongMetric(String name)ObjectgetMetric(String name)inthashCode()StringtoString()
-