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