Package org.apache.flink.table.types
Interface DataTypeQueryable
-
- All Known Implementing Classes:
DecimalDataTypeInfo
,ExternalTypeInfo
,InternalTypeInfo
,TimeIntervalTypeInfo
@Internal public interface DataTypeQueryable
Indicates that aDataType
can be retrieved from a class that implements this interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataType
getDataType()
-
-
-
Method Detail
-
getDataType
DataType getDataType()
-
-