| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.api |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Schema.UnresolvedComputedColumn
Declaration of a computed column that will be resolved to
Column.ComputedColumn during
schema resolution. |
static class |
Schema.UnresolvedMetadataColumn
Declaration of a metadata column that will be resolved to
Column.MetadataColumn during
schema resolution. |
static class |
Schema.UnresolvedPhysicalColumn
Declaration of a physical column that will be resolved to
Column.PhysicalColumn during
schema resolution. |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Schema.UnresolvedColumn> |
Schema.getColumns() |
| 限定符和类型 | 方法和说明 |
|---|---|
Schema.Builder |
Schema.Builder.fromColumns(List<Schema.UnresolvedColumn> unresolvedColumns)
Adopts all columns from the given list.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.