public class ProtoToRowConverter extends Object
ProtoToRowConverter can convert binary protobuf message data to flink row data by codegen
process.| Constructor and Description |
|---|
ProtoToRowConverter(org.apache.flink.table.types.logical.RowType rowType,
PbFormatConfig formatConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.RowData |
convertProtoBinaryToRow(byte[] data) |
protected boolean |
isCodeSplit() |
public ProtoToRowConverter(org.apache.flink.table.types.logical.RowType rowType,
PbFormatConfig formatConfig)
throws PbCodegenException
PbCodegenExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.