Uses of Enum Class
io.trino.spi.statistics.TableStatisticType
Packages that use TableStatisticType
-
Uses of TableStatisticType in io.trino.spi.statistics
Methods 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)