Uses of Class
org.apache.druid.query.aggregation.AggregatorFactoryNotMergeableException
Packages that use AggregatorFactoryNotMergeableException
Package
Description
-
Uses of AggregatorFactoryNotMergeableException in org.apache.druid.query.aggregation
Methods in org.apache.druid.query.aggregation that throw AggregatorFactoryNotMergeableExceptionModifier and TypeMethodDescriptionAggregatorFactory.getMergingFactory(AggregatorFactory other) Returns an AggregatorFactory that can be used to combine the output of aggregators from this factory and another factory.JavaScriptAggregatorFactory.getMergingFactory(AggregatorFactory other) SimpleDoubleAggregatorFactory.getMergingFactory(AggregatorFactory other) SimpleFloatAggregatorFactory.getMergingFactory(AggregatorFactory other) SimpleLongAggregatorFactory.getMergingFactory(AggregatorFactory other) SuppressedAggregatorFactory.getMergingFactory(AggregatorFactory other) -
Uses of AggregatorFactoryNotMergeableException in org.apache.druid.query.aggregation.hyperloglog
Methods in org.apache.druid.query.aggregation.hyperloglog that throw AggregatorFactoryNotMergeableExceptionModifier and TypeMethodDescriptionHyperUniquesAggregatorFactory.getMergingFactory(AggregatorFactory other)