Class FlinkTypeToType

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Type atomic​(org.apache.flink.table.types.AtomicDataType type)  
      Type collection​(org.apache.flink.table.types.CollectionDataType collection, Type elementType)  
      Type fields​(org.apache.flink.table.types.FieldsDataType fields, java.util.List<Type> types)  
      Type map​(org.apache.flink.table.types.KeyValueDataType map, Type keyType, Type valueType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait