Class InternalSerializers
- java.lang.Object
-
- org.apache.flink.table.runtime.typeutils.InternalSerializers
-
@Internal public final class InternalSerializers extends Object
TypeSerializer
ofLogicalType
for internal data structures.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TypeSerializer<T>
create(LogicalType type)
Creates aTypeSerializer
for internal data structures of the givenLogicalType
.static <T> RowDataSerializer
create(RowType type)
Creates aTypeSerializer
for internal data structures of the givenRowType
.
-
-
-
Method Detail
-
create
public static <T> TypeSerializer<T> create(LogicalType type)
Creates aTypeSerializer
for internal data structures of the givenLogicalType
.
-
create
public static <T> RowDataSerializer create(RowType type)
Creates aTypeSerializer
for internal data structures of the givenRowType
.
-
-