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