public final class ChangelogCsvFormat extends Object implements org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>>
ChangelogCsvFormat is a decoding format that uses a DeserializationSchema
during runtime. It supports emitting INSERT and DELETE changes.| Constructor and Description |
|---|
ChangelogCsvFormat(String columnDelimiter) |
| 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 ChangelogCsvFormat(String columnDelimiter)
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–2021 The Apache Software Foundation. All rights reserved.