public class BinaryRowChannelInputViewIterator extends Object implements org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>
BinaryRowDataSerializer.deserializeFromPages(org.apache.flink.runtime.memory.AbstractPagedInputView).| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.flink.core.memory.MemorySegment> |
freeMemTarget |
protected org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView |
inView |
protected BinaryRowDataSerializer |
serializer |
| Constructor and Description |
|---|
BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
BinaryRowDataSerializer serializer) |
BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
List<org.apache.flink.core.memory.MemorySegment> freeMemTarget,
BinaryRowDataSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.binary.BinaryRowData |
next() |
org.apache.flink.table.data.binary.BinaryRowData |
next(org.apache.flink.table.data.binary.BinaryRowData reuse) |
protected final org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView
protected final BinaryRowDataSerializer serializer
protected final List<org.apache.flink.core.memory.MemorySegment> freeMemTarget
public BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
BinaryRowDataSerializer serializer)
public BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
List<org.apache.flink.core.memory.MemorySegment> freeMemTarget,
BinaryRowDataSerializer serializer)
public org.apache.flink.table.data.binary.BinaryRowData next(org.apache.flink.table.data.binary.BinaryRowData reuse)
throws IOException
next in interface org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>IOExceptionpublic org.apache.flink.table.data.binary.BinaryRowData next()
throws IOException
next in interface org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.