public class LongHashPartitionChannelReaderInputViewIterator extends BinaryRowChannelInputViewIterator
LongHashPartition.deserializeFromPages(org.apache.flink.table.data.binary.BinaryRowData, org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView, org.apache.flink.table.runtime.typeutils.BinaryRowDataSerializer)
freeMemTarget, inView, serializer
Constructor and Description |
---|
LongHashPartitionChannelReaderInputViewIterator(ChannelReaderInputView inView,
BinaryRowDataSerializer serializer) |
Modifier and Type | Method and Description |
---|---|
BinaryRowData |
next(BinaryRowData reuse)
Gets the next element from the collection.
|
next
public LongHashPartitionChannelReaderInputViewIterator(ChannelReaderInputView inView, BinaryRowDataSerializer serializer)
public BinaryRowData next(BinaryRowData reuse) throws IOException
MutableObjectIterator
next
in interface MutableObjectIterator<BinaryRowData>
next
in class BinaryRowChannelInputViewIterator
reuse
- The target object into which to place next element if E is mutable.null
if the iterator is exhausted.IOException
- Thrown, if a problem occurred in the underlying I/O layer or in the
serialization / deserialization logicCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.