Class CatalogColumnStatisticsDataDouble
- java.lang.Object
-
- org.apache.flink.table.catalog.stats.CatalogColumnStatisticsDataBase
-
- org.apache.flink.table.catalog.stats.CatalogColumnStatisticsDataDouble
-
@PublicEvolving public class CatalogColumnStatisticsDataDouble extends CatalogColumnStatisticsDataBase
Column statistics value of double type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogColumnStatisticsDataDoublecopy()Create a deep copy of "this" instance.booleanequals(Object o)DoublegetMax()DoublegetMin()LonggetNdv()inthashCode()StringtoString()-
Methods inherited from class org.apache.flink.table.catalog.stats.CatalogColumnStatisticsDataBase
getNullCount, getProperties
-
-
-
-
Method Detail
-
getMin
public Double getMin()
-
getMax
public Double getMax()
-
getNdv
public Long getNdv()
-
copy
public CatalogColumnStatisticsDataDouble copy()
Description copied from class:CatalogColumnStatisticsDataBaseCreate a deep copy of "this" instance.- Specified by:
copyin classCatalogColumnStatisticsDataBase- Returns:
- a deep copy
-
-