Class Aggregation
java.lang.Object
org.apache.druid.sql.calcite.aggregation.Aggregation
-
Method Summary
Modifier and TypeMethodDescriptionstatic Aggregationcreate(List<AggregatorFactory> aggregatorFactories, PostAggregator postAggregator) static Aggregationcreate(AggregatorFactory aggregatorFactory) static Aggregationcreate(PostAggregator postAggregator) booleanfilter(RowSignature rowSignature, VirtualColumnRegistry virtualColumnRegistry, DimFilter filter) inthashCode()toString()
-
Method Details
-
create
-
create
-
create
public static Aggregation create(List<AggregatorFactory> aggregatorFactories, PostAggregator postAggregator) -
getRequiredColumns
-
getAggregatorFactories
-
getPostAggregator
-
getOutputName
-
filter
public Aggregation filter(RowSignature rowSignature, VirtualColumnRegistry virtualColumnRegistry, DimFilter filter) -
equals
-
hashCode
public int hashCode() -
toString
-