public class CatalogTableStatisticsConverter extends Object
Constructor and Description |
---|
CatalogTableStatisticsConverter() |
Modifier and Type | Method and Description |
---|---|
static TableStats |
convertToAccumulatedTableStates(List<CatalogTableStatistics> tableStatisticsList,
List<CatalogColumnStatistics> catalogColumnStatisticsList,
Set<String> partitionKeys) |
static Map<String,ColumnStats> |
convertToColumnStatsMap(Map<String,CatalogColumnStatisticsDataBase> columnStatisticsData) |
static TableStats |
convertToTableStats(CatalogTableStatistics tableStatistics,
CatalogColumnStatistics columnStatistics) |
public static TableStats convertToTableStats(CatalogTableStatistics tableStatistics, CatalogColumnStatistics columnStatistics)
public static TableStats convertToAccumulatedTableStates(List<CatalogTableStatistics> tableStatisticsList, List<CatalogColumnStatistics> catalogColumnStatisticsList, Set<String> partitionKeys)
@VisibleForTesting public static Map<String,ColumnStats> convertToColumnStatsMap(Map<String,CatalogColumnStatisticsDataBase> columnStatisticsData)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.