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, getProperties
public CatalogColumnStatisticsDataBoolean(Long trueCount, Long falseCount, Long nullCount)
public Long getTrueCount()
public Long getFalseCount()
public CatalogColumnStatisticsDataBoolean copy()
CatalogColumnStatisticsDataBase
copy
in class CatalogColumnStatisticsDataBase
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.