Package org.apache.iceberg.actions
Interface ComputeTableStats.Result
-
- Enclosing interface:
- ComputeTableStats
public static interface ComputeTableStats.ResultThe result of table statistics collection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticsFilestatisticsFile()Returns statistics file or none if no statistics were collected.
-
-
-
Method Detail
-
statisticsFile
StatisticsFile statisticsFile()
Returns statistics file or none if no statistics were collected.
-
-