Class ExpressionLambdaAggregatorFactory.FactorizePlan

java.lang.Object
org.apache.druid.query.aggregation.ExpressionLambdaAggregatorFactory.FactorizePlan
Enclosing class:
ExpressionLambdaAggregatorFactory

public class ExpressionLambdaAggregatorFactory.FactorizePlan extends Object
Determine how to factorize the aggregator
  • Method Details

    • getExpression

      public Expr getExpression()
    • getInitialValue

      public ExprEval<?> getInitialValue()
    • getBindings

    • getInputs

      public List<String> getInputs()
    • shouldAggregateNullInputs

      public boolean shouldAggregateNullInputs()
    • isNullUnlessAggregated

      public boolean isNullUnlessAggregated()