Class ComplexMetric

java.lang.Object
org.apache.calcite.adapter.druid.ComplexMetric

public class ComplexMetric extends Object
Stores information about available complex metrics in the Druid Adapter.
  • Constructor Details

  • Method Details

    • getMetricName

      public String getMetricName()
    • getDruidType

      public DruidType getDruidType()
    • getMetricType

      public String getMetricType()
    • canBeUsed

      public boolean canBeUsed(AggregateCall call)
      Returns true if and only if this ComplexMetric can be used in the given AggregateCall.