Uses of Enum Class
io.trino.plugin.iceberg.TableStatisticsWriter.StatsUpdateMode
Packages that use TableStatisticsWriter.StatsUpdateMode
-
Uses of TableStatisticsWriter.StatsUpdateMode in io.trino.plugin.iceberg
Methods in io.trino.plugin.iceberg that return TableStatisticsWriter.StatsUpdateModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TableStatisticsWriter.StatsUpdateMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.iceberg with parameters of type TableStatisticsWriter.StatsUpdateModeModifier and TypeMethodDescriptionorg.apache.iceberg.StatisticsFileTableStatisticsWriter.writeStatisticsFile(ConnectorSession session, org.apache.iceberg.Table table, long snapshotId, TableStatisticsWriter.StatsUpdateMode updateMode, CollectedStatistics collectedStatistics)