| Package | Description |
|---|---|
| org.apache.flink.table.plan.stats |
| Modifier and Type | Field and Description |
|---|---|
static ColumnStats |
ColumnStats.UNKNOWN
Unknown definition for column stats.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnStats |
ColumnStats.Builder.build() |
ColumnStats |
ColumnStats.copy()
Create a deep copy of "this" instance.
|
ColumnStats |
ColumnStats.merge(ColumnStats other,
boolean isPartitionKey)
Merges two column stats.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnStats> |
TableStats.getColumnStats() |
| Modifier and Type | Method and Description |
|---|---|
ColumnStats |
ColumnStats.merge(ColumnStats other,
boolean isPartitionKey)
Merges two column stats.
|
| Constructor and Description |
|---|
TableStats(long rowCount,
Map<String,ColumnStats> colStats) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.