Interface UpdatePartitionStatistics

All Superinterfaces:
PendingUpdate<List<PartitionStatisticsFile>>
All Known Implementing Classes:
SetPartitionStatistics

public interface UpdatePartitionStatistics extends PendingUpdate<List<PartitionStatisticsFile>>
API for updating partition statistics files in a table.
  • Method Details

    • setPartitionStatistics

      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.
      Returns:
      this for method chaining
    • removePartitionStatistics

      UpdatePartitionStatistics removePartitionStatistics(long snapshotId)
      Remove the table's partition statistics file for given snapshot.
      Returns:
      this for method chaining