| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
static SchemaTranslator.ConsumingResult |
SchemaTranslator.createConsumingResult(org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory,
org.apache.flink.table.types.DataType inputDataType,
org.apache.flink.table.api.Schema declaredSchema,
boolean mergePhysicalSchema)
Converts the given
DataType and an optional declared Schema (possibly
incomplete) into the final SchemaTranslator.ConsumingResult. |
static SchemaTranslator.ConsumingResult |
SchemaTranslator.createConsumingResult(org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory,
org.apache.flink.api.common.typeinfo.TypeInformation<?> inputTypeInfo,
org.apache.flink.table.api.Schema declaredSchema)
Converts the given
TypeInformation and an optional declared Schema (possibly
incomplete) into the final SchemaTranslator.ConsumingResult. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.