Package org.apache.iceberg.actions
Interface ComputePartitionStats.Result
- Enclosing interface:
ComputePartitionStats
public static interface ComputePartitionStats.Result
The result of partition statistics collection.
-
Method Summary
Modifier and TypeMethodDescriptionReturns statistics file or null if no statistics were collected.
-
Method Details
-
statisticsFile
PartitionStatisticsFile statisticsFile()Returns statistics file or null if no statistics were collected.
-