Uses of Enum Class
io.trino.plugin.hive.HiveColumnStatisticType
Packages that use HiveColumnStatisticType
Package
Description
-
Uses of HiveColumnStatisticType in io.trino.plugin.hive
Subclasses with type arguments of type HiveColumnStatisticType in io.trino.plugin.hiveMethods in io.trino.plugin.hive that return HiveColumnStatisticTypeModifier and TypeMethodDescriptionstatic HiveColumnStatisticTypeHiveColumnStatisticType.from(ColumnStatisticMetadata columnStatisticMetadata) static HiveColumnStatisticTypeReturns the enum constant of this class with the specified name.static HiveColumnStatisticType[]HiveColumnStatisticType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HiveColumnStatisticType in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return types with arguments of type HiveColumnStatisticTypeModifier and TypeMethodDescriptionstatic Set<HiveColumnStatisticType> ThriftMetastoreUtil.getSupportedColumnStatistics(Type type) -
Uses of HiveColumnStatisticType in io.trino.plugin.hive.util
Method parameters in io.trino.plugin.hive.util with type arguments of type HiveColumnStatisticTypeModifier and TypeMethodDescriptionstatic HiveColumnStatisticsStatistics.createHiveColumnStatistics(Map<HiveColumnStatisticType, Block> computedStatistics, Type columnType, long rowCount)