Uses of Class
org.apache.druid.query.aggregation.AggregatorFactoryNotMergeableException
-
Packages that use AggregatorFactoryNotMergeableException Package Description org.apache.druid.query.aggregation org.apache.druid.query.aggregation.hyperloglog -
-
Uses of AggregatorFactoryNotMergeableException in org.apache.druid.query.aggregation
Methods in org.apache.druid.query.aggregation that throw AggregatorFactoryNotMergeableException Modifier and Type Method Description AggregatorFactoryAggregatorFactory. getMergingFactory(AggregatorFactory other)Returns an AggregatorFactory that can be used to combine the output of aggregators from this factory and another factory.AggregatorFactoryJavaScriptAggregatorFactory. getMergingFactory(AggregatorFactory other)AggregatorFactorySimpleDoubleAggregatorFactory. getMergingFactory(AggregatorFactory other)AggregatorFactorySimpleFloatAggregatorFactory. getMergingFactory(AggregatorFactory other)AggregatorFactorySimpleLongAggregatorFactory. getMergingFactory(AggregatorFactory other)AggregatorFactorySuppressedAggregatorFactory. getMergingFactory(AggregatorFactory other) -
Uses of AggregatorFactoryNotMergeableException in org.apache.druid.query.aggregation.hyperloglog
Methods in org.apache.druid.query.aggregation.hyperloglog that throw AggregatorFactoryNotMergeableException Modifier and Type Method Description AggregatorFactoryHyperUniquesAggregatorFactory. getMergingFactory(AggregatorFactory other)
-