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