@PublicEvolving public class CatalogColumnStatisticsDataBoolean extends CatalogColumnStatisticsDataBase
| Constructor and Description |
|---|
CatalogColumnStatisticsDataBoolean(Long trueCount,
Long falseCount,
Long nullCount) |
CatalogColumnStatisticsDataBoolean(Long trueCount,
Long falseCount,
Long nullCount,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
CatalogColumnStatisticsDataBoolean |
copy()
Create a deep copy of "this" instance.
|
boolean |
equals(Object o) |
Long |
getFalseCount() |
Long |
getTrueCount() |
int |
hashCode() |
String |
toString() |
getNullCount, getPropertiespublic CatalogColumnStatisticsDataBoolean(Long trueCount, Long falseCount, Long nullCount)
public Long getTrueCount()
public Long getFalseCount()
public CatalogColumnStatisticsDataBoolean copy()
CatalogColumnStatisticsDataBasecopy in class CatalogColumnStatisticsDataBaseCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.