public interface UpdatePartitionStatistics extends PendingUpdate<java.util.List<PartitionStatisticsFile>>
Modifier and Type | Method and Description |
---|---|
UpdatePartitionStatistics |
removePartitionStatistics(long snapshotId)
Remove the table's partition statistics file for given snapshot.
|
UpdatePartitionStatistics |
setPartitionStatistics(PartitionStatisticsFile partitionStatisticsFile)
Set the table's partition statistics file for given snapshot, replacing the previous partition
statistics file for the snapshot if any exists.
|
apply, commit, updateEvent
UpdatePartitionStatistics setPartitionStatistics(PartitionStatisticsFile partitionStatisticsFile)
UpdatePartitionStatistics removePartitionStatistics(long snapshotId)