public class CatalogColumnStatisticsDataBoolean extends CatalogColumnStatisticsDataBase
| 构造器和说明 |
|---|
CatalogColumnStatisticsDataBoolean(Long trueCount,
Long falseCount,
Long nullCount) |
CatalogColumnStatisticsDataBoolean(Long trueCount,
Long falseCount,
Long nullCount,
Map<String,String> properties) |
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogColumnStatisticsDataBoolean |
copy()
Create a deep copy of "this" instance.
|
Long |
getFalseCount() |
Long |
getTrueCount() |
getNullCount, getPropertiespublic CatalogColumnStatisticsDataBoolean(Long trueCount, Long falseCount, Long nullCount)
public Long getTrueCount()
public Long getFalseCount()
public CatalogColumnStatisticsDataBoolean copy()
CatalogColumnStatisticsDataBasecopy 在类中 CatalogColumnStatisticsDataBaseCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.