Class PickledByteArrayTypeInfo

java.lang.Object
org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
org.apache.flink.streaming.api.typeinfo.python.PickledByteArrayTypeInfo
All Implemented Interfaces:
Serializable

@Internal public class PickledByteArrayTypeInfo extends org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
A PickledByteArrayTypeInfo indicates that the data of this type is a generated primitive byte array by pickle.
See Also:
  • Field Details

  • Constructor Details

    • PickledByteArrayTypeInfo

      protected PickledByteArrayTypeInfo()
  • Method Details

    • isBasicType

      public boolean isBasicType()
      Specified by:
      isBasicType in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • isTupleType

      public boolean isTupleType()
      Specified by:
      isTupleType in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • getArity

      public int getArity()
      Specified by:
      getArity in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • getTotalFields

      public int getTotalFields()
      Specified by:
      getTotalFields in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • getTypeClass

      public Class<byte[]> getTypeClass()
      Specified by:
      getTypeClass in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • isKeyType

      public boolean isKeyType()
      Specified by:
      isKeyType in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • createSerializer

      public org.apache.flink.api.common.typeutils.TypeSerializer<byte[]> createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config)
      Specified by:
      createSerializer in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • toString

      public String toString()
      Specified by:
      toString in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
    • canEqual

      public boolean canEqual(Object obj)
      Specified by:
      canEqual in class org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>