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