Class RawBlobConverter
java.lang.Object
com.here.platform.data.client.flink.impl.decoders.RawBlobConverter
- All Implemented Interfaces:
BlobConverter,BlobDecoder,BlobEncoder,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.flink.impl.decoders.BlobDecoder
decodeRowCollectionMethods inherited from interface com.here.platform.data.client.flink.impl.decoders.BlobEncoder
encodeRowCollection
-
Constructor Details
-
RawBlobConverter
public RawBlobConverter(boolean metadataFields)
-
-
Method Details
-
blobRowTypeInfo
public org.apache.flink.api.java.typeutils.RowTypeInfo blobRowTypeInfo()- Specified by:
blobRowTypeInfoin interfaceBlobConverter
-
decodeRow
public org.apache.flink.types.Row decodeRow(byte[] data) - Specified by:
decodeRowin interfaceBlobDecoder
-
encodeRow
public com.here.platform.data.client.scaladsl.NewPartition.BufferedBlob encodeRow(org.apache.flink.types.Row dataRow) - Specified by:
encodeRowin interfaceBlobEncoder
-
expansionType
public boolean expansionType()- Specified by:
expansionTypein interfaceBlobConverter
-