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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.flink.api.common.typeutils.TypeSerializer<byte[]>createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config) booleanintgetArity()intClass<byte[]>inthashCode()booleanbooleanbooleantoString()Methods inherited from class org.apache.flink.api.common.typeinfo.TypeInformation
getGenericParameters, isSortKeyType, of, of
-
Field Details
-
PICKLED_BYTE_ARRAY_TYPE_INFO
-
-
Constructor Details
-
PickledByteArrayTypeInfo
protected PickledByteArrayTypeInfo()
-
-
Method Details
-
isBasicType
public boolean isBasicType()- Specified by:
isBasicTypein classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
isTupleType
public boolean isTupleType()- Specified by:
isTupleTypein classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
getArity
public int getArity()- Specified by:
getArityin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
getTotalFields
public int getTotalFields()- Specified by:
getTotalFieldsin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
getTypeClass
- Specified by:
getTypeClassin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
isKeyType
public boolean isKeyType()- Specified by:
isKeyTypein classorg.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:
createSerializerin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
toString
- Specified by:
toStringin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
equals
- Specified by:
equalsin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
hashCode
public int hashCode()- Specified by:
hashCodein classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
canEqual
- Specified by:
canEqualin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-