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