@Internal public class RowDataElementConverter extends Object implements org.apache.flink.connector.base.sink.writer.ElementConverter<org.apache.flink.table.data.RowData,DynamoDbWriteRequest>
ElementConverter for the DynamoDb Table sink. The element converter
maps the Flink internal type of RowData to a DynamoDbWriteRequest to be used by
the DynamoDb sink.| Constructor and Description |
|---|
RowDataElementConverter(org.apache.flink.table.types.DataType physicalDataType) |
| Modifier and Type | Method and Description |
|---|---|
DynamoDbWriteRequest |
apply(org.apache.flink.table.data.RowData element,
org.apache.flink.api.connector.sink2.SinkWriter.Context context) |
public RowDataElementConverter(org.apache.flink.table.types.DataType physicalDataType)
public DynamoDbWriteRequest apply(org.apache.flink.table.data.RowData element, org.apache.flink.api.connector.sink2.SinkWriter.Context context)
apply in interface org.apache.flink.connector.base.sink.writer.ElementConverter<org.apache.flink.table.data.RowData,DynamoDbWriteRequest>Copyright © 2022–2023 The Apache Software Foundation. All rights reserved.