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).| 构造器和说明 |
|---|
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) |
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 在接口中 org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>IOExceptionpublic org.apache.flink.table.data.binary.BinaryRowData next()
throws IOException
next 在接口中 org.apache.flink.util.MutableObjectIterator<org.apache.flink.table.data.binary.BinaryRowData>IOExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.