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(HiveIdentity identity, 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(HiveIdentity identity, 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 voidHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidRecordingHiveMetastore. alterPartition(HiveIdentity identity, 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 voidHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)voidRecordingHiveMetastore. addPartitions(HiveIdentity identity, 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(HiveIdentity identity, 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(HiveIdentity identity, 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(HiveIdentity identity, 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(HiveIdentity identity, 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(HiveIdentity identity, 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(HiveIdentity identity, 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(HiveIdentity identity, 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(HiveIdentity identity, 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.thrift
Methods in io.trino.plugin.hive.metastore.thrift with parameters of type PartitionWithStatistics Modifier and Type Method Description voidBridgingHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidThriftHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partitionWithStatistics)voidThriftMetastore. alterPartition(HiveIdentity identity, 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(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)voidThriftHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitionsWithStatistics)voidThriftMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)
-