Class InternalSerializers
java.lang.Object
org.apache.flink.table.runtime.typeutils.InternalSerializers
TypeSerializer of LogicalType for internal data structures.-
Method Summary
Modifier and TypeMethodDescriptionstatic <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 Details
-
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
Creates aTypeSerializerfor internal data structures of the givenRowType.
-