Class ToExternalMapper
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.api.common.functions.RichMapFunction<org.apache.flink.table.data.RowData,org.apache.flink.types.Row>
com.here.platform.data.client.flink.impl.ToExternalMapper
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.MapFunction<org.apache.flink.table.data.RowData,,org.apache.flink.types.Row> org.apache.flink.api.common.functions.RichFunction
public class ToExternalMapper
extends org.apache.flink.api.common.functions.RichMapFunction<org.apache.flink.table.data.RowData,org.apache.flink.types.Row>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionToExternalMapper(org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter converter) -
Method Summary
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, setRuntimeContext
-
Constructor Details
-
ToExternalMapper
public ToExternalMapper(org.apache.flink.table.connector.sink.DynamicTableSink.DataStructureConverter converter)
-
-
Method Details
-
map
public org.apache.flink.types.Row map(org.apache.flink.table.data.RowData value) - Specified by:
mapin interfaceorg.apache.flink.api.common.functions.MapFunction<org.apache.flink.table.data.RowData,org.apache.flink.types.Row> - Specified by:
mapin classorg.apache.flink.api.common.functions.RichMapFunction<org.apache.flink.table.data.RowData,org.apache.flink.types.Row>
-
open
public void open(org.apache.flink.api.common.functions.OpenContext openContext) - Specified by:
openin interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
openin classorg.apache.flink.api.common.functions.AbstractRichFunction
-