Package org.apache.calcite.adapter.druid
Class ComplexMetric
java.lang.Object
org.apache.calcite.adapter.druid.ComplexMetric
Stores information about available complex metrics in the Druid Adapter.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanBeUsed(AggregateCall call) Returns true if and only if thisComplexMetriccan be used in the givenAggregateCall.
- 
Constructor Details- 
ComplexMetric
 
- 
- 
Method Details- 
getMetricName
- 
getDruidType
- 
getMetricType
- 
canBeUsedReturns true if and only if thisComplexMetriccan be used in the givenAggregateCall.
 
-