| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.plan.stats |
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnStats |
ColumnStats.Builder.build() |
ColumnStats |
ColumnStats.copy()
Create a deep copy of "this" instance.
|
ColumnStats |
ColumnStats.merge(ColumnStats other)
Merges two column stats.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,ColumnStats> |
TableStats.getColumnStats() |
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnStats |
ColumnStats.merge(ColumnStats other)
Merges two column stats.
|
| 构造器和说明 |
|---|
TableStats(long rowCount,
Map<String,ColumnStats> colStats) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.