Package org.apache.flink.table.catalog
Class SchemaTranslator.ConsumingResult
java.lang.Object
org.apache.flink.table.catalog.SchemaTranslator.ConsumingResult
- Enclosing class:
- SchemaTranslator
Result of
SchemaTranslator.createConsumingResult(DataTypeFactory, TypeInformation, Schema).
The result should be applied as: physical data type -> schema -> projections.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.types.DataTypeorg.apache.flink.table.api.Schemaboolean
-
Method Details
-
getPhysicalDataType
public org.apache.flink.table.types.DataType getPhysicalDataType() -
isTopLevelRecord
public boolean isTopLevelRecord() -
getSchema
public org.apache.flink.table.api.Schema getSchema() -
getProjections
-