cascading.pipe.cogroup
Class LeftJoin.JoinIterator

java.lang.Object
  extended by cascading.pipe.cogroup.InnerJoin.JoinIterator
      extended by cascading.pipe.cogroup.OuterJoin.JoinIterator
          extended by cascading.pipe.cogroup.LeftJoin.JoinIterator
All Implemented Interfaces:
Iterator<Tuple>
Enclosing class:
LeftJoin

protected static class LeftJoin.JoinIterator
extends OuterJoin.JoinIterator


Constructor Summary
LeftJoin.JoinIterator(GroupClosure closure)
           
 
Method Summary
protected  boolean isOuter(int i)
           
 
Methods inherited from class cascading.pipe.cogroup.OuterJoin.JoinIterator
getCoGroupClosure, getIterator, init
 
Methods inherited from class cascading.pipe.cogroup.InnerJoin.JoinIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeftJoin.JoinIterator

public LeftJoin.JoinIterator(GroupClosure closure)
Method Detail

isOuter

protected boolean isOuter(int i)
Overrides:
isOuter in class OuterJoin.JoinIterator


Copyright © 2007-2010 Concurrent, Inc. All Rights Reserved.