@PublicEvolving public abstract class CatalogColumnStatisticsDataBase extends Object
Constructor and Description |
---|
CatalogColumnStatisticsDataBase(Long nullCount) |
CatalogColumnStatisticsDataBase(Long nullCount,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
abstract CatalogColumnStatisticsDataBase |
copy()
Create a deep copy of "this" instance.
|
Long |
getNullCount() |
Map<String,String> |
getProperties() |
public CatalogColumnStatisticsDataBase(Long nullCount)
public Long getNullCount()
public abstract CatalogColumnStatisticsDataBase copy()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.