| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.types.logical | |
| org.apache.flink.table.types.logical.utils |
| Modifier and Type | Method and Description |
|---|---|
default RowType |
FileSystemFormatFactory.ReaderContext.getFormatRowType()
RowType of table that excludes partition key fields.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
R |
LogicalTypeVisitor.visit(RowType rowType) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.