public interface UpdateStatistics extends PendingUpdate<java.util.List<StatisticsFile>>
Modifier and Type | Method and Description |
---|---|
UpdateStatistics |
removeStatistics(long snapshotId)
Remove the table's statistics file for given snapshot.
|
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.
|
apply, commit, updateEvent
UpdateStatistics setStatistics(long snapshotId, StatisticsFile statisticsFile)
UpdateStatistics removeStatistics(long snapshotId)