Uses of Class
org.apache.drill.metastore.statistics.ColumnStatisticsKind
Packages that use ColumnStatisticsKind
-
Uses of ColumnStatisticsKind in org.apache.drill.metastore.statistics
Fields in org.apache.drill.metastore.statistics declared as ColumnStatisticsKindModifier and TypeFieldDescriptionstatic final ColumnStatisticsKind<?> ColumnStatisticsKind.AVG_WIDTHColumn statistics kind which is the width of the specific column.static final ColumnStatisticsKind<Histogram> ColumnStatisticsKind.HISTOGRAMColumn statistics kind which is the histogram of the specific column.static final ColumnStatisticsKind<Object> ColumnStatisticsKind.MAX_VALUEColumn statistics kind which represents max value of the specific column.static final ColumnStatisticsKind<Object> ColumnStatisticsKind.MIN_VALUEColumn statistics kind which represents min value of the specific column.static final ColumnStatisticsKind<Double> ColumnStatisticsKind.NDVColumn statistics kind which represents number of distinct values for the specific column.static final ColumnStatisticsKind<Double> ColumnStatisticsKind.NON_NULL_COUNTColumn statistics kind which represents estimated number of non-null values for the specific column.static final ColumnStatisticsKind<Long> ColumnStatisticsKind.NON_NULL_VALUES_COUNTColumn statistics kind which represents exact number of non-null values for the specific column.static final ColumnStatisticsKind<Long> ColumnStatisticsKind.NULLS_COUNTColumn statistics kind which represents nulls count for the specific column.static final ColumnStatisticsKind<Double> ColumnStatisticsKind.ROWCOUNTColumn statistics kind which represents total row count for the specific column.