public class InternalSerializers extends Object
TypeSerializer of LogicalType for internal sql engine execution data formats.| 构造器和说明 |
|---|
InternalSerializers() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.flink.api.common.typeutils.TypeSerializer<?> |
create(org.apache.flink.table.types.logical.LogicalType type)
Creates a
TypeSerializer for internal data structures of the given LogicalType. |
static org.apache.flink.api.common.typeutils.TypeSerializer |
create(org.apache.flink.table.types.logical.LogicalType type,
org.apache.flink.api.common.ExecutionConfig config)
Creates a
TypeSerializer for internal data structures of the given LogicalType. |
public static org.apache.flink.api.common.typeutils.TypeSerializer<?> create(org.apache.flink.table.types.logical.LogicalType type)
TypeSerializer for internal data structures of the given LogicalType.public static org.apache.flink.api.common.typeutils.TypeSerializer create(org.apache.flink.table.types.logical.LogicalType type,
org.apache.flink.api.common.ExecutionConfig config)
TypeSerializer for internal data structures of the given LogicalType.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.