public class CatalogColumnStatisticsDataDouble extends CatalogColumnStatisticsDataBase
Constructor and Description |
---|
CatalogColumnStatisticsDataDouble(Double min,
Double max,
Long ndv,
Long nullCount) |
CatalogColumnStatisticsDataDouble(Double min,
Double max,
Long ndv,
Long nullCount,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
CatalogColumnStatisticsDataDouble |
copy()
Create a deep copy of "this" instance.
|
Double |
getMax() |
Double |
getMin() |
Long |
getNdv() |
getNullCount, getProperties
public CatalogColumnStatisticsDataDouble(Double min, Double max, Long ndv, Long nullCount)
public Double getMin()
public Double getMax()
public Long getNdv()
public CatalogColumnStatisticsDataDouble copy()
CatalogColumnStatisticsDataBase
copy
in class CatalogColumnStatisticsDataBase
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.