Uses of Class
org.apache.flink.table.runtime.typeutils.ExternalTypeInfo
-
Packages that use ExternalTypeInfo Package Description org.apache.flink.table.runtime.typeutils -
-
Uses of ExternalTypeInfo in org.apache.flink.table.runtime.typeutils
Methods in org.apache.flink.table.runtime.typeutils that return ExternalTypeInfo Modifier and Type Method Description static <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.
-