Uses of Interface
org.apache.druid.query.groupby.having.HavingSpec
Packages that use HavingSpec
-
Uses of HavingSpec in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby that return HavingSpecMethods in org.apache.druid.query.groupby with parameters of type HavingSpecConstructors in org.apache.druid.query.groupby with parameters of type HavingSpecModifierConstructorDescriptionGroupByQuery(DataSource dataSource, QuerySegmentSpec querySegmentSpec, VirtualColumns virtualColumns, DimFilter dimFilter, Granularity granularity, List<DimensionSpec> dimensions, List<AggregatorFactory> aggregatorSpecs, List<PostAggregator> postAggregatorSpecs, HavingSpec havingSpec, LimitSpec limitSpec, List<List<String>> subtotalsSpec, Map<String, Object> context) -
Uses of HavingSpec in org.apache.druid.query.groupby.having
Classes in org.apache.druid.query.groupby.having that implement HavingSpecModifier and TypeClassDescriptionclassA "having" spec that always evaluates to trueclassThe logical "and" operator for the "having" clause.classclassclassThe "=" operator in a "having" clause.classThe ">" operator in a "having" clause.classThe "<" operator in a "having" clause.classA "having" spec that always evaluates to falseclassThe logical "not" operator for the "having" clause.classThe logical "or" operator for the "having" clause.Methods in org.apache.druid.query.groupby.having that return HavingSpecMethods in org.apache.druid.query.groupby.having that return types with arguments of type HavingSpecConstructors in org.apache.druid.query.groupby.having with parameters of type HavingSpecConstructor parameters in org.apache.druid.query.groupby.having with type arguments of type HavingSpecModifierConstructorDescriptionAndHavingSpec(List<HavingSpec> havingSpecs) OrHavingSpec(List<HavingSpec> havingSpecs)