Uses of Enum Class
io.trino.spi.statistics.TableStatisticType
Packages that use TableStatisticType
-
Uses of TableStatisticType in io.trino.spi.statistics
Subclasses with type arguments of type TableStatisticType in io.trino.spi.statisticsMethods in io.trino.spi.statistics that return TableStatisticTypeModifier and TypeMethodDescriptionstatic TableStatisticTypeReturns the enum constant of this class with the specified name.static TableStatisticType[]TableStatisticType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.statistics that return types with arguments of type TableStatisticTypeModifier and TypeMethodDescriptionComputedStatistics.getTableStatistics()TableStatisticsMetadata.getTableStatistics()Methods in io.trino.spi.statistics with parameters of type TableStatisticTypeModifier and TypeMethodDescriptionComputedStatistics.Builder.addTableStatistic(TableStatisticType type, Block value)