| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog.stats |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
Date.copy() |
Date |
CatalogColumnStatisticsDataDate.getMax() |
Date |
CatalogColumnStatisticsDataDate.getMin() |
| 构造器和说明 |
|---|
CatalogColumnStatisticsDataDate(Date min,
Date max,
Long ndv,
Long nullCount) |
CatalogColumnStatisticsDataDate(Date min,
Date max,
Long ndv,
Long nullCount,
Map<String,String> properties) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.