Uses of Interface
org.apache.drill.exec.physical.impl.statistics.MergedStatistic
Packages that use MergedStatistic
-
Uses of MergedStatistic in org.apache.drill.exec.physical.impl.statistics
Classes in org.apache.drill.exec.physical.impl.statistics that implement MergedStatisticModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Methods in org.apache.drill.exec.physical.impl.statistics that return MergedStatisticModifier and TypeMethodDescriptionstatic MergedStatistic
MergedStatisticFactory.getMergedStatistic
(String outputStatName, String inputStatName, double samplePercent) Method parameters in org.apache.drill.exec.physical.impl.statistics with type arguments of type MergedStatisticModifier and TypeMethodDescriptionvoid
AvgWidthMergedStatistic.configure
(List<MergedStatistic> statisticList) void
CntDupsMergedStatistic.configure
(List<MergedStatistic> statisticList) Constructor parameters in org.apache.drill.exec.physical.impl.statistics with type arguments of type MergedStatisticModifierConstructorDescriptionNDVConfiguration
(OptionManager optionsManager, List<MergedStatistic> statistics)