Uses of Interface
org.apache.druid.query.aggregation.cardinality.types.CardinalityAggregatorColumnSelectorStrategy
-
Packages that use CardinalityAggregatorColumnSelectorStrategy Package Description org.apache.druid.query.aggregation.cardinality.types -
-
Uses of CardinalityAggregatorColumnSelectorStrategy in org.apache.druid.query.aggregation.cardinality.types
Classes in org.apache.druid.query.aggregation.cardinality.types that implement CardinalityAggregatorColumnSelectorStrategy Modifier and Type Class Description classDoubleCardinalityAggregatorColumnSelectorStrategyIf performance of this class appears to be a bottleneck for somebody, one simple way to improve it is to split it into two different classes, one that is used whenNullHandling.replaceWithDefault()is false, and one - when it's true, moving this computation out of the tight loopclassFloatCardinalityAggregatorColumnSelectorStrategyIf performance of this class appears to be a bottleneck for somebody, one simple way to improve it is to split it into two different classes, one that is used whenNullHandling.replaceWithDefault()is false, and one - when it's true, moving this computation out of the tight loopclassLongCardinalityAggregatorColumnSelectorStrategyIf performance of this class appears to be a bottleneck for somebody, one simple way to improve it is to split it into two different classes, one that is used whenNullHandling.replaceWithDefault()is false, and one - when it's true, moving this computation out of the tight loopclassStringCardinalityAggregatorColumnSelectorStrategyMethods in org.apache.druid.query.aggregation.cardinality.types that return CardinalityAggregatorColumnSelectorStrategy Modifier and Type Method Description CardinalityAggregatorColumnSelectorStrategyCardinalityAggregatorColumnSelectorStrategyFactory. makeColumnSelectorStrategy(ColumnCapabilities capabilities, ColumnValueSelector selector, String dimension)
-