Package org.apache.iceberg.actions
Interface ComputeTableStats.Result
-
- Enclosing interface:
- ComputeTableStats
public static interface ComputeTableStats.Result
The result of table statistics collection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticsFile
statisticsFile()
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.
-
-