Package | Description |
---|---|
org.apache.crunch |
Client-facing API and core abstractions.
|
Modifier and Type | Method and Description |
---|---|
PGroupedTable<K,V> |
PTable.groupByKey()
Performs a grouping operation on the keys of this table.
|
PGroupedTable<K,V> |
PTable.groupByKey(GroupingOptions options)
Performs a grouping operation on the keys of this table, using the
additional
GroupingOptions to control how the grouping is executed. |
PGroupedTable<K,V> |
PTable.groupByKey(int numPartitions)
Performs a grouping operation on the keys of this table, using the given
number of partitions.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.