BT - public class HashPartitionIterator<BT,PT> extends Object implements org.apache.flink.util.MutableObjectIterator<BT>
Iterator over the build side entries of a HashPartition.| Constructor and Description |
|---|
HashPartitionIterator(Iterator<HashPartition<BT,PT>> partitions,
org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer) |
public HashPartitionIterator(Iterator<HashPartition<BT,PT>> partitions, org.apache.flink.api.common.typeutils.TypeSerializer<BT> serializer)
public BT next(BT reuse) throws IOException
next in interface org.apache.flink.util.MutableObjectIterator<BT>IOExceptionpublic BT next() throws IOException
next in interface org.apache.flink.util.MutableObjectIterator<BT>IOExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.