| Package | Description |
|---|---|
| org.apache.flink.table.catalog.stats |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogColumnStatisticsDataBinary
Column statistics value of binary type.
|
class |
CatalogColumnStatisticsDataBoolean
Column statistics value of boolean type.
|
class |
CatalogColumnStatisticsDataDate
Column statistics value of date type.
|
class |
CatalogColumnStatisticsDataDouble
Column statistics value of double type.
|
class |
CatalogColumnStatisticsDataLong
Column statistics value of long type.
|
class |
CatalogColumnStatisticsDataString
Column statistics value of string type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CatalogColumnStatisticsDataBase |
CatalogColumnStatisticsDataBase.copy()
Create a deep copy of "this" instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CatalogColumnStatisticsDataBase> |
CatalogColumnStatistics.getColumnStatisticsData() |
| Constructor and Description |
|---|
CatalogColumnStatistics(Map<String,CatalogColumnStatisticsDataBase> columnStatisticsData) |
CatalogColumnStatistics(Map<String,CatalogColumnStatisticsDataBase> columnStatisticsData,
Map<String,String> properties) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.