Uses of Class
org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
Packages that use ExternalTypeInfo
-
Uses of ExternalTypeInfo in org.apache.flink.table.runtime.typeutils
Methods in org.apache.flink.table.runtime.typeutils that return ExternalTypeInfoModifier and TypeMethodDescriptionstatic <T> ExternalTypeInfo<T>ExternalTypeInfo.of(org.apache.flink.table.types.DataType dataType) Creates type information for aDataTypethat is possibly represented by internal data structures but serialized and deserialized into external data structures.static <T> ExternalTypeInfo<T>ExternalTypeInfo.of(org.apache.flink.table.types.DataType dataType, boolean isInternalInput) Creates type information for aDataTypethat is possibly represented by internal data structures but serialized and deserialized into external data structures.