| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.types.logical | |
| org.apache.flink.table.types.logical.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
default RowType |
FileSystemFormatFactory.ReaderContext.getFormatRowType()
RowType of table that excludes partition key fields.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RowType |
RowType.of(boolean isNullable,
LogicalType... types) |
static RowType |
RowType.of(boolean nullable,
LogicalType[] types,
String[] names) |
static RowType |
RowType.of(LogicalType... types) |
static RowType |
RowType.of(LogicalType[] types,
String[] names) |
| 限定符和类型 | 方法和说明 |
|---|---|
R |
LogicalTypeVisitor.visit(RowType rowType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static RowType |
LogicalTypeUtils.renameRowFields(RowType rowType,
List<String> newFieldNames)
Renames the fields of the given
RowType. |
static RowType |
LogicalTypeUtils.toRowType(LogicalType t)
Converts any logical type to a row type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RowType |
LogicalTypeUtils.renameRowFields(RowType rowType,
List<String> newFieldNames)
Renames the fields of the given
RowType. |
R |
LogicalTypeDefaultVisitor.visit(RowType rowType) |
LogicalType |
LogicalTypeDuplicator.visit(RowType rowType) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.