| Package | Description |
|---|---|
| org.apache.flink.table.plan.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)
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)
Merges two column stats.
|
| Constructor and Description |
|---|
TableStats(long rowCount,
Map<String,ColumnStats> colStats) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.