Package org.apache.iceberg.actions
Interface ComputePartitionStats
- All Superinterfaces:
- Action<ComputePartitionStats,- ComputePartitionStats.Result> 
- All Known Implementing Classes:
- ComputePartitionStatsSparkAction
public interface ComputePartitionStats
extends Action<ComputePartitionStats,ComputePartitionStats.Result> 
An action that computes and writes the partition statistics of an Iceberg table. Current snapshot
 is used by default.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe result of partition statistics collection.
- 
Method SummaryModifier and TypeMethodDescriptionsnapshot(long snapshotId) Choose the table snapshot to compute partition stats.
- 
Method Details- 
snapshotChoose the table snapshot to compute partition stats.- Parameters:
- snapshotId- long ID of the snapshot for which stats need to be computed
- Returns:
- this for method chaining
 
 
-