Package io.trino.plugin.hive.metastore
Class IntegerStatistics
- java.lang.Object
-
- io.trino.plugin.hive.metastore.IntegerStatistics
-
@Immutable public class IntegerStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description IntegerStatistics(OptionalLong min, OptionalLong max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OptionalLonggetMax()OptionalLonggetMin()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
IntegerStatistics
public IntegerStatistics(OptionalLong min, OptionalLong max)
-
-
Method Detail
-
getMin
public OptionalLong getMin()
-
getMax
public OptionalLong getMax()
-
-