| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
static SchemaTranslator.ProducingResult |
SchemaTranslator.createProducingResult(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 SchemaTranslator.ProducingResult. |
static SchemaTranslator.ProducingResult |
SchemaTranslator.createProducingResult(org.apache.flink.table.catalog.ResolvedSchema inputSchema,
org.apache.flink.table.api.Schema declaredSchema)
Converts the given
DataType into the final SchemaTranslator.ProducingResult. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.