Interface UpdatePartitionStatistics

    • Method Detail

      • 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