@PublicEvolving 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.
|
boolean |
equals(Object o) |
Date |
getMax() |
Date |
getMin() |
Long |
getNdv() |
int |
hashCode() |
String |
toString() |
getNullCount, getProperties
public CatalogColumnStatisticsDataDate(Date min, Date max, Long ndv, Long nullCount)
public Date getMin()
public Date getMax()
public Long getNdv()
public CatalogColumnStatisticsDataDate copy()
CatalogColumnStatisticsDataBase
copy
in class CatalogColumnStatisticsDataBase
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.