@PublicEvolving 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.
|
boolean |
equals(Object o) |
Double |
getMax() |
Double |
getMin() |
Long |
getNdv() |
int |
hashCode() |
String |
toString() |
getNullCount, getPropertiespublic CatalogColumnStatisticsDataDouble(Double min, Double max, Long ndv, Long nullCount)
public Double getMin()
public Double getMax()
public Long getNdv()
public CatalogColumnStatisticsDataDouble copy()
CatalogColumnStatisticsDataBasecopy in class CatalogColumnStatisticsDataBaseCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.