Class CatalogColumnStatisticsDataBinary
- java.lang.Object
-
- org.apache.flink.table.catalog.stats.CatalogColumnStatisticsDataBase
-
- org.apache.flink.table.catalog.stats.CatalogColumnStatisticsDataBinary
-
@PublicEvolving public class CatalogColumnStatisticsDataBinary extends CatalogColumnStatisticsDataBase
Column statistics value of binary type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogColumnStatisticsDataBinarycopy()Create a deep copy of "this" instance.booleanequals(Object o)DoublegetAvgLength()LonggetMaxLength()inthashCode()StringtoString()-
Methods inherited from class org.apache.flink.table.catalog.stats.CatalogColumnStatisticsDataBase
getNullCount, getProperties
-
-
-
-
Method Detail
-
getMaxLength
public Long getMaxLength()
-
getAvgLength
public Double getAvgLength()
-
copy
public CatalogColumnStatisticsDataBinary copy()
Description copied from class:CatalogColumnStatisticsDataBaseCreate a deep copy of "this" instance.- Specified by:
copyin classCatalogColumnStatisticsDataBase- Returns:
- a deep copy
-
-