Interface Projection<IN extends org.apache.flink.table.data.RowData,OUT extends org.apache.flink.table.data.RowData>


public interface Projection<IN extends org.apache.flink.table.data.RowData,OUT extends org.apache.flink.table.data.RowData>
Interface for code generated projection, which will map a RowData to another one.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(IN row)
     
  • Method Details

    • apply

      OUT apply(IN row)