Interface BlobDecoder
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
BlobConverter
- All Known Implementing Classes:
AvroBlobConverter,ParquetBlobConverter,ProtobufBlobConverter,RawBlobConverter
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.types.RowdecodeRow(byte[] data) scala.collection.immutable.Seq<org.apache.flink.types.Row>decodeRowCollection(byte[] data)
-
Method Details
-
decodeRow
org.apache.flink.types.Row decodeRow(byte[] data) -
decodeRowCollection
scala.collection.immutable.Seq<org.apache.flink.types.Row> decodeRowCollection(byte[] data)
-