@PublicEvolving public class CatalogColumnStatisticsDataString extends CatalogColumnStatisticsDataBase
| Constructor and Description |
|---|
CatalogColumnStatisticsDataString(Long maxLength,
Double avgLength,
Long ndv,
Long nullCount) |
CatalogColumnStatisticsDataString(Long maxLength,
Double avgLength,
Long ndv,
Long nullCount,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
CatalogColumnStatisticsDataString |
copy()
Create a deep copy of "this" instance.
|
boolean |
equals(Object o) |
Double |
getAvgLength() |
Long |
getMaxLength() |
Long |
getNdv() |
int |
hashCode() |
String |
toString() |
getNullCount, getPropertiespublic CatalogColumnStatisticsDataString(Long maxLength, Double avgLength, Long ndv, Long nullCount)
public Long getMaxLength()
public Double getAvgLength()
public Long getNdv()
public CatalogColumnStatisticsDataString copy()
CatalogColumnStatisticsDataBasecopy in class CatalogColumnStatisticsDataBaseCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.