Uses of Class
io.trino.plugin.hive.PartitionUpdateAndMergeResults
Packages that use PartitionUpdateAndMergeResults
-
Uses of PartitionUpdateAndMergeResults in io.trino.plugin.hive
Fields in io.trino.plugin.hive with type parameters of type PartitionUpdateAndMergeResultsModifier and TypeFieldDescriptionstatic final io.airlift.json.JsonCodec<PartitionUpdateAndMergeResults>PartitionUpdateAndMergeResults.CODECMethods in io.trino.plugin.hive that return PartitionUpdateAndMergeResultsModifier and TypeMethodDescriptionMergeFileWriter.getPartitionUpdateAndMergeResults(PartitionUpdate partitionUpdate) -
Uses of PartitionUpdateAndMergeResults in io.trino.plugin.hive.metastore
Method parameters in io.trino.plugin.hive.metastore with type arguments of type PartitionUpdateAndMergeResultsModifier and TypeMethodDescriptionvoidSemiTransactionalHiveMetastore.finishMerge(ConnectorSession session, String databaseName, String tableName, Location currentLocation, List<PartitionUpdateAndMergeResults> partitionUpdateAndMergeResults, List<Partition> partitions)