public class BinaryRowChannelInputViewIterator extends Object implements org.apache.flink.util.MutableObjectIterator<BinaryRow>
BinaryRowSerializer.deserializeFromPages(org.apache.flink.runtime.memory.AbstractPagedInputView).| 构造器和说明 |
|---|
BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
BinaryRowSerializer serializer) |
BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
List<org.apache.flink.core.memory.MemorySegment> freeMemTarget,
BinaryRowSerializer serializer) |
public BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
BinaryRowSerializer serializer)
public BinaryRowChannelInputViewIterator(org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView inView,
List<org.apache.flink.core.memory.MemorySegment> freeMemTarget,
BinaryRowSerializer serializer)
public BinaryRow next(BinaryRow reuse) throws IOException
next 在接口中 org.apache.flink.util.MutableObjectIterator<BinaryRow>IOExceptionpublic BinaryRow next() throws IOException
next 在接口中 org.apache.flink.util.MutableObjectIterator<BinaryRow>IOExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.