| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.typeutils |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ExternalTypeInfo<T> |
ExternalTypeInfo.of(org.apache.flink.table.types.DataType dataType)
Creates type information for a
DataType that 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 a
DataType that is possibly represented by internal data
structures but serialized and deserialized into external data structures. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.