Package io.trino.plugin.hive.metastore
Class BooleanStatistics
- java.lang.Object
-
- io.trino.plugin.hive.metastore.BooleanStatistics
-
@Immutable public class BooleanStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description BooleanStatistics(OptionalLong trueCount, OptionalLong falseCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OptionalLonggetFalseCount()OptionalLonggetTrueCount()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
BooleanStatistics
public BooleanStatistics(OptionalLong trueCount, OptionalLong falseCount)
-
-
Method Detail
-
getTrueCount
public OptionalLong getTrueCount()
-
getFalseCount
public OptionalLong getFalseCount()
-
-