Package | Description |
---|---|
org.apache.crunch.lambda |
Alternative Crunch API using Java 8 features to allow construction of pipelines using lambda functions and method
references.
|
Modifier and Type | Method and Description |
---|---|
default LTable<K,V> |
LGroupedTable.reduceValues(SBinaryOperator<V> operator)
Reduce the values for each key using the an associative binary operator.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.