public interface GlueColumnStatisticsProvider
| Modifier and Type | Method and Description |
|---|---|
Map<String,HiveColumnStatistics> |
getPartitionColumnStatistics(Partition partition) |
Set<ColumnStatisticType> |
getSupportedColumnStatistics(Type type) |
Map<String,HiveColumnStatistics> |
getTableColumnStatistics(Table table) |
void |
updatePartitionStatistics(com.amazonaws.services.glue.model.PartitionInput partition,
Map<String,HiveColumnStatistics> columnStatistics) |
void |
updateTableColumnStatistics(com.amazonaws.services.glue.model.TableInput table,
Map<String,HiveColumnStatistics> columnStatistics) |
Set<ColumnStatisticType> getSupportedColumnStatistics(Type type)
Map<String,HiveColumnStatistics> getTableColumnStatistics(Table table)
Map<String,HiveColumnStatistics> getPartitionColumnStatistics(Partition partition)
void updateTableColumnStatistics(com.amazonaws.services.glue.model.TableInput table,
Map<String,HiveColumnStatistics> columnStatistics)
void updatePartitionStatistics(com.amazonaws.services.glue.model.PartitionInput partition,
Map<String,HiveColumnStatistics> columnStatistics)
Copyright © 2012–2020. All rights reserved.