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