public class DisabledGlueColumnStatisticsProvider extends Object implements GlueColumnStatisticsProvider
| Constructor and Description |
|---|
DisabledGlueColumnStatisticsProvider() |
| 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) |
public DisabledGlueColumnStatisticsProvider()
public Set<ColumnStatisticType> getSupportedColumnStatistics(Type type)
getSupportedColumnStatistics in interface GlueColumnStatisticsProviderpublic Map<String,HiveColumnStatistics> getTableColumnStatistics(Table table)
getTableColumnStatistics in interface GlueColumnStatisticsProviderpublic Map<String,HiveColumnStatistics> getPartitionColumnStatistics(Partition partition)
getPartitionColumnStatistics in interface GlueColumnStatisticsProviderpublic void updateTableColumnStatistics(com.amazonaws.services.glue.model.TableInput table,
Map<String,HiveColumnStatistics> columnStatistics)
updateTableColumnStatistics in interface GlueColumnStatisticsProviderpublic void updatePartitionStatistics(com.amazonaws.services.glue.model.PartitionInput partition,
Map<String,HiveColumnStatistics> columnStatistics)
updatePartitionStatistics in interface GlueColumnStatisticsProviderCopyright © 2012–2020. All rights reserved.