Uses of Class
org.apache.drill.metastore.statistics.TableStatisticsKind
Packages that use TableStatisticsKind
-
Uses of TableStatisticsKind in org.apache.drill.metastore.statistics
Fields in org.apache.drill.metastore.statistics declared as TableStatisticsKindModifier and TypeFieldDescriptionstatic final TableStatisticsKind<MetadataType> TableStatisticsKind.ANALYZE_METADATA_LEVELTable statistics kind which represents metadata level for which analyze was produced.static final TableStatisticsKind<Double> TableStatisticsKind.EST_ROW_COUNTTable statistics kind which represents estimated row count for the specific table.static final TableStatisticsKind<Boolean> TableStatisticsKind.HAS_DESCRIPTIVE_STATISTICSTable statistics kind which represents estimated row count for the specific table.static final TableStatisticsKind<Long> TableStatisticsKind.ROW_COUNTTable statistics kind which represents row count for the specific table.