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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canBeUsed
(AggregateCall call) Returns true if and only if thisComplexMetric
can be used in the givenAggregateCall
.
-
Constructor Details
-
ComplexMetric
-
-
Method Details
-
getMetricName
-
getDruidType
-
getMetricType
-
canBeUsed
Returns true if and only if thisComplexMetric
can be used in the givenAggregateCall
.
-