public class Cogroup extends Object
| Constructor and Description |
|---|
Cogroup() |
| Modifier and Type | Method and Description |
|---|---|
static <K,U,V> PTable<K,Pair<Collection<U>,Collection<V>>> |
cogroup(PTable<K,U> left,
PTable<K,V> right)
Co-groups the two
PTable arguments. |
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.Copyright © 2013 The Apache Software Foundation. All Rights Reserved.