Interface Projection<IN extends RowData,​OUT extends RowData>


  • public interface Projection<IN extends RowData,​OUT extends RowData>
    Interface for code generated projection, which will map a RowData to another one.
    • Method Detail

      • apply

        OUT apply​(IN row)