|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.crunch.lib.Cogroup
public class Cogroup
Constructor Summary | |
---|---|
Cogroup()
|
Method Summary | ||
---|---|---|
static
|
cogroup(PTable<K,U> left,
PTable<K,V> right)
Co-groups the two PTable arguments. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cogroup()
Method Detail |
---|
public static <K,U,V> PTable<K,Pair<Collection<U>,Collection<V>>> cogroup(PTable<K,U> left, PTable<K,V> right)
PTable
arguments.
PTable
representing the co-grouped tables.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |