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.
|
Double |
getAvgLength() |
Long |
getMaxLength() |
getNullCount, getPropertiespublic CatalogColumnStatisticsDataBinary(Long maxLength, Double avgLength, Long nullCount)
public Long getMaxLength()
public Double getAvgLength()
public CatalogColumnStatisticsDataBinary copy()
CatalogColumnStatisticsDataBasecopy in class CatalogColumnStatisticsDataBaseCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.