| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.connector.source | |
| org.apache.flink.table.types.logical | |
| org.apache.flink.table.types.logical.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
RowType |
DynamicFilteringData.getRowType() |
| 构造器和说明 |
|---|
DynamicFilteringData(org.apache.flink.api.common.typeinfo.TypeInformation<RowData> typeInfo,
RowType rowType,
List<byte[]> serializedData,
boolean isFiltering) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.