public static final class SchemaTranslator.ProducingResult extends Object
SchemaTranslator.createConsumingResult(DataTypeFactory, TypeInformation, Schema).
The result should be applied as: projections -> schema -> physical data type.
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.flink.table.types.DataType> |
getPhysicalDataType() |
Optional<List<String>> |
getProjections() |
org.apache.flink.table.api.Schema |
getSchema() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.