Uses of Class
io.trino.plugin.hive.metastore.DoubleStatistics
-
Packages that use DoubleStatistics Package Description io.trino.plugin.hive.metastore -
-
Uses of DoubleStatistics in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return types with arguments of type DoubleStatistics Modifier and Type Method Description Optional<DoubleStatistics>HiveColumnStatistics. getDoubleStatistics()Methods in io.trino.plugin.hive.metastore with parameters of type DoubleStatistics Modifier and Type Method Description HiveColumnStatistics.BuilderHiveColumnStatistics.Builder. setDoubleStatistics(DoubleStatistics doubleStatistics)Method parameters in io.trino.plugin.hive.metastore with type arguments of type DoubleStatistics Modifier and Type Method Description HiveColumnStatistics.BuilderHiveColumnStatistics.Builder. setDoubleStatistics(Optional<DoubleStatistics> doubleStatistics)
-