Class OggJsonDecodingFormat
java.lang.Object
org.apache.flink.formats.json.ogg.OggJsonDecodingFormat
- All Implemented Interfaces:
org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>>,org.apache.flink.table.connector.format.Format
public class OggJsonDecodingFormat
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 Ogg using JSON encoding.-
Constructor Summary
ConstructorsConstructorDescriptionOggJsonDecodingFormat(boolean ignoreParseErrors, org.apache.flink.formats.common.TimestampFormat timestampFormat) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyReadableMetadata(List<String> metadataKeys) 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 physicalDataType) org.apache.flink.table.connector.ChangelogMode
-
Constructor Details
-
OggJsonDecodingFormat
public OggJsonDecodingFormat(boolean ignoreParseErrors, org.apache.flink.formats.common.TimestampFormat timestampFormat)
-
-
Method Details
-
createRuntimeDecoder
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 physicalDataType) - Specified by:
createRuntimeDecoderin interfaceorg.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>>
-
listReadableMetadata
- Specified by:
listReadableMetadatain interfaceorg.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>>
-
applyReadableMetadata
- Specified by:
applyReadableMetadatain interfaceorg.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>>
-
getChangelogMode
public org.apache.flink.table.connector.ChangelogMode getChangelogMode()- Specified by:
getChangelogModein interfaceorg.apache.flink.table.connector.format.Format
-