Uses of Class
io.trino.plugin.hive.metastore.PartitionWithStatistics
Packages that use PartitionWithStatistics
Package
Description
-
Uses of PartitionWithStatistics in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidHiveMetastoreClosure.alterPartition(String databaseName, String tableName, PartitionWithStatistics partition) Method parameters in io.trino.plugin.hive with type arguments of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidHiveMetastoreClosure.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions) -
Uses of PartitionWithStatistics in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore with parameters of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidForwardingHiveMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partition) voidHiveMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partition) Method parameters in io.trino.plugin.hive.metastore with type arguments of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidForwardingHiveMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions) voidHiveMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions) -
Uses of PartitionWithStatistics in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache with parameters of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidCachingHiveMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partition) Method parameters in io.trino.plugin.hive.metastore.cache with type arguments of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidCachingHiveMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions) -
Uses of PartitionWithStatistics in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file with parameters of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidFileHiveMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partitionWithStatistics) Method parameters in io.trino.plugin.hive.metastore.file with type arguments of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidFileHiveMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions) Constructors in io.trino.plugin.hive.metastore.file with parameters of type PartitionWithStatisticsModifierConstructorDescriptionPartitionMetadata(Table table, PartitionWithStatistics partitionWithStatistics) -
Uses of PartitionWithStatistics in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue with parameters of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidGlueHiveMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partition) Method parameters in io.trino.plugin.hive.metastore.glue with type arguments of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidGlueHiveMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions) -
Uses of PartitionWithStatistics in io.trino.plugin.hive.metastore.glue.converter
Methods in io.trino.plugin.hive.metastore.glue.converter with parameters of type PartitionWithStatisticsModifier and TypeMethodDescriptionstatic com.amazonaws.services.glue.model.PartitionInputGlueInputConverter.convertPartition(PartitionWithStatistics partitionWithStatistics) -
Uses of PartitionWithStatistics in io.trino.plugin.hive.metastore.recording
Methods in io.trino.plugin.hive.metastore.recording with parameters of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidRecordingHiveMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partition) Method parameters in io.trino.plugin.hive.metastore.recording with type arguments of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidRecordingHiveMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions) -
Uses of PartitionWithStatistics in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift with parameters of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidBridgingHiveMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partition) voidThriftHiveMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partitionWithStatistics) voidThriftMetastore.alterPartition(String databaseName, String tableName, PartitionWithStatistics partition) static io.trino.hive.thrift.metastore.PartitionThriftMetastoreUtil.toMetastoreApiPartition(PartitionWithStatistics partitionWithStatistics) Method parameters in io.trino.plugin.hive.metastore.thrift with type arguments of type PartitionWithStatisticsModifier and TypeMethodDescriptionvoidBridgingHiveMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions) voidThriftHiveMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitionsWithStatistics) voidThriftMetastore.addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions)