Uses of Class
io.trino.plugin.hive.metastore.PartitionWithStatistics
-
-
Uses of PartitionWithStatistics in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type PartitionWithStatistics Modifier and Type Method Description voidHiveMetastoreClosure. alterPartition(String databaseName, String tableName, PartitionWithStatistics partition)Method parameters in io.trino.plugin.hive with type arguments of type PartitionWithStatistics Modifier and Type Method Description voidHiveMetastoreClosure. 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 PartitionWithStatistics Modifier and Type Method Description voidForwardingHiveMetastore. 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 PartitionWithStatistics Modifier and Type Method Description voidForwardingHiveMetastore. 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.alluxio
Methods in io.trino.plugin.hive.metastore.alluxio with parameters of type PartitionWithStatistics Modifier and Type Method Description voidAlluxioHiveMetastore. alterPartition(String databaseName, String tableName, PartitionWithStatistics partition)Method parameters in io.trino.plugin.hive.metastore.alluxio with type arguments of type PartitionWithStatistics Modifier and Type Method Description voidAlluxioHiveMetastore. 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 PartitionWithStatistics Modifier and Type Method Description voidCachingHiveMetastore. alterPartition(String databaseName, String tableName, PartitionWithStatistics partition)Method parameters in io.trino.plugin.hive.metastore.cache with type arguments of type PartitionWithStatistics Modifier and Type Method Description voidCachingHiveMetastore. 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 PartitionWithStatistics Modifier and Type Method Description voidFileHiveMetastore. alterPartition(String databaseName, String tableName, PartitionWithStatistics partitionWithStatistics)Method parameters in io.trino.plugin.hive.metastore.file with type arguments of type PartitionWithStatistics Modifier and Type Method Description voidFileHiveMetastore. addPartitions(String databaseName, String tableName, List<PartitionWithStatistics> partitions)Constructors in io.trino.plugin.hive.metastore.file with parameters of type PartitionWithStatistics Constructor Description PartitionMetadata(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 PartitionWithStatistics Modifier and Type Method Description voidGlueHiveMetastore. alterPartition(String databaseName, String tableName, PartitionWithStatistics partition)Method parameters in io.trino.plugin.hive.metastore.glue with type arguments of type PartitionWithStatistics Modifier and Type Method Description voidGlueHiveMetastore. 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 PartitionWithStatistics Modifier and Type Method Description static 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 PartitionWithStatistics Modifier and Type Method Description voidRecordingHiveMetastore. alterPartition(String databaseName, String tableName, PartitionWithStatistics partition)Method parameters in io.trino.plugin.hive.metastore.recording with type arguments of type PartitionWithStatistics Modifier and Type Method Description voidRecordingHiveMetastore. 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 PartitionWithStatistics Modifier and Type Method Description voidBridgingHiveMetastore. alterPartition(String databaseName, String tableName, PartitionWithStatistics partition)voidThriftHiveMetastore. alterPartition(String databaseName, String tableName, PartitionWithStatistics partitionWithStatistics)voidThriftMetastore. alterPartition(String databaseName, String tableName, PartitionWithStatistics partition)static org.apache.hadoop.hive.metastore.api.PartitionThriftMetastoreUtil. toMetastoreApiPartition(PartitionWithStatistics partitionWithStatistics)Method parameters in io.trino.plugin.hive.metastore.thrift with type arguments of type PartitionWithStatistics Modifier and Type Method Description voidBridgingHiveMetastore. 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)
-