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