Class RowToRowDataConverterMapFunction

java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.api.common.functions.RichMapFunction<org.apache.flink.types.Row,org.apache.flink.table.data.RowData>
com.here.platform.data.client.flink.impl.RowToRowDataConverterMapFunction
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapFunction<org.apache.flink.types.Row,org.apache.flink.table.data.RowData>, org.apache.flink.api.common.functions.RichFunction

public class RowToRowDataConverterMapFunction extends org.apache.flink.api.common.functions.RichMapFunction<org.apache.flink.types.Row,org.apache.flink.table.data.RowData>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    RowToRowDataConverterMapFunction(org.apache.flink.table.connector.source.DynamicTableSource.DataStructureConverter dataStructureConverter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.data.RowData
    map(org.apache.flink.types.Row value)
     
    void
    open(org.apache.flink.api.common.functions.OpenContext openContext)
     

    Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction

    close, getIterationRuntimeContext, getRuntimeContext, setRuntimeContext

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RowToRowDataConverterMapFunction

      public RowToRowDataConverterMapFunction(org.apache.flink.table.connector.source.DynamicTableSource.DataStructureConverter dataStructureConverter)
  • Method Details

    • map

      public org.apache.flink.table.data.RowData map(org.apache.flink.types.Row value)
      Specified by:
      map in interface org.apache.flink.api.common.functions.MapFunction<org.apache.flink.types.Row,org.apache.flink.table.data.RowData>
      Specified by:
      map in class org.apache.flink.api.common.functions.RichMapFunction<org.apache.flink.types.Row,org.apache.flink.table.data.RowData>
    • open

      public void open(org.apache.flink.api.common.functions.OpenContext openContext)
      Specified by:
      open in interface org.apache.flink.api.common.functions.RichFunction
      Overrides:
      open in class org.apache.flink.api.common.functions.AbstractRichFunction