Interface ResettableRowBuffer

    • Method Detail

      • reset

        void reset()
        Re-initialize the buffer state.
      • add

        void add​(org.apache.flink.table.data.RowData row)
          throws IOException
        Appends the specified row to the end of this buffer.
        Throws:
        IOException
      • complete

        void complete()
        Finally, complete add.