Class LongHashPartitionChannelReaderInputViewIterator

    • Constructor Detail

      • LongHashPartitionChannelReaderInputViewIterator

        public LongHashPartitionChannelReaderInputViewIterator​(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
                                                               BinaryRowDataSerializer serializer)
    • Method Detail

      • 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