Package org.apache.iceberg
Class MetadataUpdate.SetPartitionStatistics
java.lang.Object
org.apache.iceberg.MetadataUpdate.SetPartitionStatistics
- All Implemented Interfaces:
 Serializable,MetadataUpdate
- Enclosing interface:
 - MetadataUpdate
 
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.MetadataUpdate
MetadataUpdate.AddPartitionSpec, MetadataUpdate.AddSchema, MetadataUpdate.AddSnapshot, MetadataUpdate.AddSortOrder, MetadataUpdate.AddViewVersion, MetadataUpdate.AssignUUID, MetadataUpdate.RemovePartitionStatistics, MetadataUpdate.RemoveProperties, MetadataUpdate.RemoveSnapshot, MetadataUpdate.RemoveSnapshotRef, MetadataUpdate.RemoveStatistics, MetadataUpdate.SetCurrentSchema, MetadataUpdate.SetCurrentViewVersion, MetadataUpdate.SetDefaultPartitionSpec, MetadataUpdate.SetDefaultSortOrder, MetadataUpdate.SetLocation, MetadataUpdate.SetPartitionStatistics, MetadataUpdate.SetProperties, MetadataUpdate.SetSnapshotRef, MetadataUpdate.SetStatistics, MetadataUpdate.UpgradeFormatVersion - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.MetadataUpdate
applyTo 
- 
Constructor Details
- 
SetPartitionStatistics
 
 - 
 - 
Method Details
- 
snapshotId
public long snapshotId() - 
partitionStatisticsFile
 - 
applyTo
- Specified by:
 applyToin interfaceMetadataUpdate
 
 -