Uses of Class
org.apache.flink.table.catalog.SchemaTranslator.ConsumingResult
Packages that use SchemaTranslator.ConsumingResult
-
Uses of SchemaTranslator.ConsumingResult in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return SchemaTranslator.ConsumingResultModifier and TypeMethodDescriptionSchemaTranslator.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 givenTypeInformationand an optional declaredSchema(possibly incomplete) into the finalSchemaTranslator.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 givenDataTypeand an optional declaredSchema(possibly incomplete) into the finalSchemaTranslator.ConsumingResult.