Uses of Class
io.trino.plugin.hive.metastore.HiveColumnStatistics
-
-
Uses of HiveColumnStatistics in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HiveColumnStatistics Modifier and Type Method Description Map<String,HiveColumnStatistics>PartitionStatistics. getColumnStatistics()Method parameters in io.trino.plugin.hive with type arguments of type HiveColumnStatistics Modifier and Type Method Description PartitionStatistics.BuilderPartitionStatistics.Builder. setColumnStatistics(Map<String,HiveColumnStatistics> columnStatistics)Constructor parameters in io.trino.plugin.hive with type arguments of type HiveColumnStatistics Constructor Description PartitionStatistics(HiveBasicStatistics basicStatistics, Map<String,HiveColumnStatistics> columnStatistics) -
Uses of HiveColumnStatistics in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore with parameters of type HiveColumnStatistics Modifier and Type Method Description static HiveColumnStatistics.BuilderHiveColumnStatistics. builder(HiveColumnStatistics other) -
Uses of HiveColumnStatistics in io.trino.plugin.hive.metastore.alluxio
Methods in io.trino.plugin.hive.metastore.alluxio that return HiveColumnStatistics Modifier and Type Method Description static HiveColumnStatisticsProtoUtils. fromProto(alluxio.grpc.table.ColumnStatisticsData columnStatistics, OptionalLong rowCount) -
Uses of HiveColumnStatistics in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return types with arguments of type HiveColumnStatistics Modifier and Type Method Description Map<String,HiveColumnStatistics>PartitionMetadata. getColumnStatistics()Map<String,HiveColumnStatistics>TableMetadata. getColumnStatistics()Method parameters in io.trino.plugin.hive.metastore.file with type arguments of type HiveColumnStatistics Modifier and Type Method Description PartitionMetadataPartitionMetadata. withColumnStatistics(Map<String,HiveColumnStatistics> columnStatistics)TableMetadataTableMetadata. withColumnStatistics(String currentVersion, Map<String,HiveColumnStatistics> columnStatistics) -
Uses of HiveColumnStatistics in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue that return types with arguments of type HiveColumnStatistics Modifier and Type Method Description Map<String,HiveColumnStatistics>DefaultGlueColumnStatisticsProvider. getPartitionColumnStatistics(Partition partition)Map<String,HiveColumnStatistics>DisabledGlueColumnStatisticsProvider. getPartitionColumnStatistics(Partition partition)Map<String,HiveColumnStatistics>GlueColumnStatisticsProvider. getPartitionColumnStatistics(Partition partition)Map<String,HiveColumnStatistics>DefaultGlueColumnStatisticsProvider. getTableColumnStatistics(Table table)Map<String,HiveColumnStatistics>DisabledGlueColumnStatisticsProvider. getTableColumnStatistics(Table table)Map<String,HiveColumnStatistics>GlueColumnStatisticsProvider. getTableColumnStatistics(Table table)Method parameters in io.trino.plugin.hive.metastore.glue with type arguments of type HiveColumnStatistics Modifier and Type Method Description voidDefaultGlueColumnStatisticsProvider. updatePartitionStatistics(Partition partition, Map<String,HiveColumnStatistics> updatedColumnStatistics)voidDisabledGlueColumnStatisticsProvider. updatePartitionStatistics(Partition partition, Map<String,HiveColumnStatistics> columnStatistics)voidGlueColumnStatisticsProvider. updatePartitionStatistics(Partition partition, Map<String,HiveColumnStatistics> columnStatistics)voidDefaultGlueColumnStatisticsProvider. updateTableColumnStatistics(Table table, Map<String,HiveColumnStatistics> updatedTableColumnStatistics)voidDisabledGlueColumnStatisticsProvider. updateTableColumnStatistics(Table table, Map<String,HiveColumnStatistics> columnStatistics)voidGlueColumnStatisticsProvider. updateTableColumnStatistics(Table table, Map<String,HiveColumnStatistics> columnStatistics) -
Uses of HiveColumnStatistics in io.trino.plugin.hive.metastore.glue.converter
Methods in io.trino.plugin.hive.metastore.glue.converter that return HiveColumnStatistics Modifier and Type Method Description static HiveColumnStatisticsGlueStatConverter. fromGlueColumnStatistics(com.amazonaws.services.glue.model.ColumnStatisticsData catalogColumnStatisticsData, OptionalLong rowCount)Method parameters in io.trino.plugin.hive.metastore.glue.converter with type arguments of type HiveColumnStatistics Modifier and Type Method Description static List<com.amazonaws.services.glue.model.ColumnStatistics>GlueStatConverter. toGlueColumnStatistics(Partition partition, Map<String,HiveColumnStatistics> trinoColumnStats, OptionalLong rowCount)static List<com.amazonaws.services.glue.model.ColumnStatistics>GlueStatConverter. toGlueColumnStatistics(Table table, Map<String,HiveColumnStatistics> trinoColumnStats, OptionalLong rowCount) -
Uses of HiveColumnStatistics in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return HiveColumnStatistics Modifier and Type Method Description static HiveColumnStatisticsThriftMetastoreUtil. fromMetastoreApiColumnStatistics(org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj columnStatistics, OptionalLong rowCount)Methods in io.trino.plugin.hive.metastore.thrift with parameters of type HiveColumnStatistics Modifier and Type Method Description static org.apache.hadoop.hive.metastore.api.ColumnStatisticsObjThriftMetastoreUtil. createMetastoreColumnStatistics(String columnName, HiveType columnType, HiveColumnStatistics statistics, OptionalLong rowCount) -
Uses of HiveColumnStatistics in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return HiveColumnStatistics Modifier and Type Method Description static HiveColumnStatisticsStatistics. merge(HiveColumnStatistics first, HiveColumnStatistics second)Methods in io.trino.plugin.hive.util that return types with arguments of type HiveColumnStatistics Modifier and Type Method Description static Map<String,HiveColumnStatistics>Statistics. fromComputedStatistics(Map<ColumnStatisticMetadata,Block> computedStatistics, Map<String,Type> columnTypes, long rowCount)static Map<String,HiveColumnStatistics>Statistics. merge(Map<String,HiveColumnStatistics> first, Map<String,HiveColumnStatistics> second)Methods in io.trino.plugin.hive.util with parameters of type HiveColumnStatistics Modifier and Type Method Description static HiveColumnStatisticsStatistics. merge(HiveColumnStatistics first, HiveColumnStatistics second)Method parameters in io.trino.plugin.hive.util with type arguments of type HiveColumnStatistics Modifier and Type Method Description static Map<String,HiveColumnStatistics>Statistics. merge(Map<String,HiveColumnStatistics> first, Map<String,HiveColumnStatistics> second)
-