| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
static ExternalSchemaTranslator.InputResult |
ExternalSchemaTranslator.fromExternal(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 ExternalSchemaTranslator.InputResult. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.