Interface UpdateStatistics

    • Method Detail

      • setStatistics

        UpdateStatistics setStatistics​(long snapshotId,
                                       StatisticsFile statisticsFile)
        Set the table's statistics file for given snapshot, replacing the previous statistics file for the snapshot if any exists.
        Returns:
        this for method chaining
      • removeStatistics

        UpdateStatistics removeStatistics​(long snapshotId)
        Remove the table's statistics file for given snapshot.
        Returns:
        this for method chaining