Uses of Interface
org.apache.drill.metastore.statistics.Histogram
-
Uses of Histogram in org.apache.drill.exec.planner.common
Modifier and TypeClassDescriptionclass
A column specific equi-depth histogram which is meant for numeric data typesModifier and TypeMethodDescriptionstatic Histogram
HistogramUtils.buildHistogramFromTDigest
(byte[] tdigest_bytearray, TypeProtos.MajorType type, int numBuckets, long nonNullCount) Build a histogram using the t-digest byte array.DrillStatsTable.ColumnStatistics_v1.getHistogram()
DrillStatsTable.getHistogram
(SchemaPath column) Get the histogram of a given column.Modifier and TypeMethodDescriptionvoid
DrillStatsTable.ColumnStatistics_v1.setHistogram
(Histogram histogram) -
Uses of Histogram in org.apache.drill.metastore.statistics
Modifier and TypeFieldDescriptionstatic final ColumnStatisticsKind<Histogram>
ColumnStatisticsKind.HISTOGRAM
Column statistics kind which is the histogram of the specific column.