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).| 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) |
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–2022 The Apache Software Foundation. All rights reserved.