Class LongHashPartitionChannelReaderInputViewIterator

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

public class LongHashPartitionChannelReaderInputViewIterator extends BinaryRowChannelInputViewIterator
  • Constructor Details

    • LongHashPartitionChannelReaderInputViewIterator

      public LongHashPartitionChannelReaderInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView, 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>
      Overrides:
      next in class BinaryRowChannelInputViewIterator
      Throws:
      IOException