| Package | Description |
|---|---|
| org.apache.flink.table.connector.source | |
| org.apache.flink.table.types.logical | |
| org.apache.flink.table.types.logical.utils |
| Modifier and Type | Method and Description |
|---|---|
RowType |
DynamicFilteringData.getRowType() |
| Constructor and Description |
|---|
DynamicFilteringData(org.apache.flink.api.common.typeinfo.TypeInformation<RowData> typeInfo,
RowType rowType,
List<byte[]> serializedData,
boolean isFiltering) |
| 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–2025 The Apache Software Foundation. All rights reserved.