Class InternalSerializers


  • @Internal
    public final class InternalSerializers
    extends Object
    TypeSerializer of LogicalType for internal data structures.
    • Method Detail

      • create

        public 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.
      • create

        public static <T> RowDataSerializer create​(org.apache.flink.table.types.logical.RowType type)
        Creates a TypeSerializer for internal data structures of the given RowType.