public class PbDecodingFormat extends Object implements org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>>
DecodingFormat for protobuf decoding.| Constructor and Description |
|---|
PbDecodingFormat(PbFormatConfig formatConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData> |
createRuntimeDecoder(org.apache.flink.table.connector.source.DynamicTableSource.Context context,
org.apache.flink.table.types.DataType producedDataType) |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode() |
public PbDecodingFormat(PbFormatConfig formatConfig)
public org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData> createRuntimeDecoder(org.apache.flink.table.connector.source.DynamicTableSource.Context context,
org.apache.flink.table.types.DataType producedDataType)
createRuntimeDecoder in interface org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>>public org.apache.flink.table.connector.ChangelogMode getChangelogMode()
getChangelogMode in interface org.apache.flink.table.connector.format.FormatCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.