@Internal public final class InternalSerializers extends Object
TypeSerializer of LogicalType for internal data structures.| Modifier and Type | Method and Description |
|---|---|
static <T> org.apache.flink.api.common.typeutils.TypeSerializer<T> |
create(org.apache.flink.table.types.logical.LogicalType type)
Creates a
TypeSerializer for internal data structures of the given LogicalType. |
static <T> RowDataSerializer |
create(org.apache.flink.table.types.logical.RowType type)
Creates a
TypeSerializer for internal data structures of the given RowType. |
public static <T> org.apache.flink.api.common.typeutils.TypeSerializer<T> create(org.apache.flink.table.types.logical.LogicalType type)
TypeSerializer for internal data structures of the given LogicalType.public static <T> RowDataSerializer create(org.apache.flink.table.types.logical.RowType type)
TypeSerializer for internal data structures of the given RowType.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.