| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
static ExternalSchemaTranslator.OutputResult |
ExternalSchemaTranslator.fromInternal(org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory,
org.apache.flink.table.catalog.ResolvedSchema inputSchema,
org.apache.flink.table.types.AbstractDataType<?> targetDataType)
Converts the given
DataType into the final ExternalSchemaTranslator.OutputResult. |
static ExternalSchemaTranslator.OutputResult |
ExternalSchemaTranslator.fromInternal(org.apache.flink.table.catalog.ResolvedSchema inputSchema,
org.apache.flink.table.api.Schema declaredSchema)
Converts the given
DataType into the final ExternalSchemaTranslator.OutputResult. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.