Package | Description |
---|---|
org.apache.flink.table.planner.plan.schema | |
org.apache.flink.table.types.logical | |
org.apache.flink.table.types.logical.utils |
Modifier and Type | Method and Description |
---|---|
StructuredType |
StructuredRelDataType.getStructuredType() |
Modifier and Type | Method and Description |
---|---|
static StructuredRelDataType |
StructuredRelDataType.create(org.apache.flink.table.planner.calcite.FlinkTypeFactory factory,
StructuredType structuredType) |
Constructor and Description |
---|
StructuredRelDataType(StructuredType structuredType,
List<org.apache.calcite.rel.type.RelDataTypeField> fields) |
Modifier and Type | Method and Description |
---|---|
StructuredType |
StructuredType.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Optional<StructuredType> |
StructuredType.getSuperType() |
Modifier and Type | Method and Description |
---|---|
StructuredType.Builder |
StructuredType.Builder.superType(StructuredType superType) |
R |
LogicalTypeVisitor.visit(StructuredType structuredType) |
Modifier and Type | Method and Description |
---|---|
LogicalType |
LogicalTypeDuplicator.visit(StructuredType structuredType) |
R |
LogicalTypeDefaultVisitor.visit(StructuredType structuredType) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.