Class BinaryRowChannelInputViewIterator

java.lang.Object
org.apache.flink.table.runtime.io.BinaryRowChannelInputViewIterator
All Implemented Interfaces:
org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>
Direct Known Subclasses:
LongHashPartitionChannelReaderInputViewIterator

public class BinaryRowChannelInputViewIterator extends Object implements org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>
  • Field Details

    • inView

      protected final org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView
    • serializer

      protected final BinaryRowDataSerializer serializer
    • freeMemTarget

      protected final List<org.apache.flink.core.memory.MemorySegment> freeMemTarget
  • Constructor Details

    • BinaryRowChannelInputViewIterator

      public BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView, BinaryRowDataSerializer serializer)
    • BinaryRowChannelInputViewIterator

      public BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView, List<org.apache.flink.core.memory.MemorySegment> freeMemTarget, BinaryRowDataSerializer serializer)
  • Method Details

    • next

      public org.apache.flink.table.data.binary.BinaryRowData next(org.apache.flink.table.data.binary.BinaryRowData reuse) throws IOException
      Specified by:
      next in interface org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>
      Throws:
      IOException
    • next

      public org.apache.flink.table.data.binary.BinaryRowData next() throws IOException
      Specified by:
      next in interface org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>
      Throws:
      IOException