Uses of Class
org.apache.drill.metastore.statistics.TableStatisticsKind
-
Uses of TableStatisticsKind in org.apache.drill.metastore.statistics
Modifier and TypeFieldDescriptionstatic final TableStatisticsKind<MetadataType>
TableStatisticsKind.ANALYZE_METADATA_LEVEL
Table statistics kind which represents metadata level for which analyze was produced.static final TableStatisticsKind<Double>
TableStatisticsKind.EST_ROW_COUNT
Table statistics kind which represents estimated row count for the specific table.static final TableStatisticsKind<Boolean>
TableStatisticsKind.HAS_DESCRIPTIVE_STATISTICS
Table statistics kind which represents estimated row count for the specific table.static final TableStatisticsKind<Long>
TableStatisticsKind.ROW_COUNT
Table statistics kind which represents row count for the specific table.