public class CatalogColumnStatisticsDataBinary extends CatalogColumnStatisticsDataBase
| 构造器和说明 |
|---|
CatalogColumnStatisticsDataBinary(Long maxLength,
Double avgLength,
Long nullCount) |
CatalogColumnStatisticsDataBinary(Long maxLength,
Double avgLength,
Long nullCount,
Map<String,String> properties) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 CatalogColumnStatisticsDataBaseCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.