Package org.apache.druid.segment.serde
Interface ComplexMetricExtractor<T>
-
public interface ComplexMetricExtractor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Class<? extends T>extractedClass()TextractValue(InputRow inputRow, String metricName)default TextractValue(InputRow inputRow, String metricName, AggregatorFactory agg)
-