Uses of Package
org.apache.drill.metastore.statistics
Package
Description
Drill expression materialization and evaluation facilities.
-
-
ClassDescriptionClass represents kind of statistics or metadata, for example it may be min value for column, or row count for table.
-
-
-
ClassDescriptionA column specific histogramClass-holder for statistics kind and its value.
-
-
-
ClassDescriptionRepresents collection of statistics values for specific column.Class-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.
-
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. -
ClassDescriptionThis 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.Represents collection of statistics values for specific column.