Package | Description |
---|---|
org.apache.flink.table.catalog.stats |
Modifier and Type | Method and Description |
---|---|
Date |
Date.copy() |
Date |
CatalogColumnStatisticsDataDate.getMax() |
Date |
CatalogColumnStatisticsDataDate.getMin() |
Constructor and Description |
---|
CatalogColumnStatisticsDataDate(Date min,
Date max,
Long ndv,
Long nullCount) |
CatalogColumnStatisticsDataDate(Date min,
Date max,
Long ndv,
Long nullCount,
Map<String,String> properties) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.