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 <A> LTable<K,V> |
LGroupedTable.combineValues(SSupplier<A> initialSupplier,
SBiFunction<A,V,A> combineFn,
SFunction<A,Iterable<V>> outputFn)
Combine the value part of the table using the given functions.
|
Constructor and Description |
---|
LAggregator(SSupplier<A> initialSupplier,
SBiFunction<A,V,A> combineFn,
SFunction<A,Iterable<V>> outputFn) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.