Package org.apache.drill.metastore.statistics
package org.apache.drill.metastore.statistics
-
ClassDescriptionImplementation of
StatisticsKind
which contain base table statistics kinds with implementedmergeStatistics()
method.This class represents kinds of column statistics which may be received as a union of other statistics, for example column nulls count may be received as a sum of nulls counts of underlying metadata parts.This class represents kinds of table statistics which may be received as a union of other statistics, for example row count may be received as a sum of row counts of underlying metadata parts.Represents collection of statistics values for specific column.Implementation ofCollectableColumnStatisticsKind
which contain base column statistics kinds with implementedmergeStatistics()
method.A column specific histogramClass-holder for statistics kind and its value.Class represents kind of statistics or metadata, for example it may be min value for column, or row count for table.Implementation ofCollectableColumnStatisticsKind
which contain base table statistics kinds with implementedmergeStatistics()
method.