| Package | Description |
|---|---|
| org.apache.drill.exec.planner.common | |
| org.apache.drill.metastore.metadata | |
| org.apache.drill.metastore.statistics |
| Modifier and Type | Method and Description |
|---|---|
static List<StatisticsHolder<?>> |
DrillStatsTable.getEstimatedColumnStats(DrillStatsTable statsProvider,
SchemaPath fieldName)
Returns list of
StatisticsKind and statistics values obtained from specified DrillStatsTable for specified column. |
static List<StatisticsHolder<?>> |
DrillStatsTable.getEstimatedTableStats(DrillStatsTable statsProvider)
Returns list of
StatisticsKind and statistics values obtained from specified DrillStatsTable. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,StatisticsHolder<?>> |
BaseMetadata.metadataStatistics |
protected Collection<StatisticsHolder<?>> |
BaseMetadata.BaseMetadataBuilder.metadataStatistics |
| Modifier and Type | Method and Description |
|---|---|
TableMetadata |
TableMetadata.cloneWithStats(Map<SchemaPath,ColumnStatistics<?>> columnStatistics,
List<StatisticsHolder<?>> tableStatistics) |
BaseTableMetadata |
BaseTableMetadata.cloneWithStats(Map<SchemaPath,ColumnStatistics<?>> columnStatistics,
List<StatisticsHolder<?>> tableStatistics) |
T |
BaseMetadata.BaseMetadataBuilder.metadataStatistics(Collection<StatisticsHolder<?>> metadataStatistics) |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsHolder<?> |
StatisticsHolder.of(String serialized) |
| Constructor and Description |
|---|
ColumnStatistics(Collection<StatisticsHolder<?>> statistics) |
ColumnStatistics(Collection<StatisticsHolder<?>> statistics,
TypeProtos.MinorType type) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.