Class ProtoToRowConverter
- java.lang.Object
-
- org.apache.flink.formats.protobuf.deserialize.ProtoToRowConverter
-
public class ProtoToRowConverter extends Object
ProtoToRowConvertercan convert binary protobuf message data to flink row data by codegen process.
-
-
Constructor Summary
Constructors Constructor Description ProtoToRowConverter(org.apache.flink.table.types.logical.RowType rowType, PbFormatConfig formatConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.data.RowDataconvertProtoBinaryToRow(byte[] data)protected booleanisCodeSplit()
-
-
-
Constructor Detail
-
ProtoToRowConverter
public ProtoToRowConverter(org.apache.flink.table.types.logical.RowType rowType, PbFormatConfig formatConfig) throws PbCodegenException- Throws:
PbCodegenException
-
-