Methods in org.apache.crunch that return CombineFn |
static
|
CombineFn.aggregator(CombineFn.Aggregator<V> aggregator)
Deprecated. Use Aggregators.toCombineFn(Aggregator) |
static
|
CombineFn.aggregatorFactory(CombineFn.AggregatorFactory<V> aggregator)
Deprecated. Use PGroupedTable.combineValues(Aggregator) which doesn't require a factory. |
static
|
CombineFn.FIRST_N(int n)
Deprecated. Use Aggregators.FIRST_N(int) |
static
|
CombineFn.LAST_N(int n)
Deprecated. Use Aggregators.LAST_N(int) |
static
|
CombineFn.MAX_BIGINTS()
Deprecated. Use Aggregators.MAX_BIGINTS() |
static
|
CombineFn.MAX_BIGINTS(int n)
Deprecated. Use Aggregators.MAX_BIGINTS(int) |
static
|
CombineFn.MAX_DOUBLES()
Deprecated. Use Aggregators.MAX_DOUBLES() |
static
|
CombineFn.MAX_DOUBLES(int n)
Deprecated. Use Aggregators.MAX_DOUBLES(int) |
static
|
CombineFn.MAX_FLOATS()
Deprecated. Use Aggregators.MAX_FLOATS() |
static
|
CombineFn.MAX_FLOATS(int n)
Deprecated. Use Aggregators.MAX_FLOATS(int) |
static
|
CombineFn.MAX_INTS()
Deprecated. Use Aggregators.MAX_INTS() |
static
|
CombineFn.MAX_INTS(int n)
Deprecated. Use Aggregators.MAX_INTS(int) |
static
|
CombineFn.MAX_LONGS()
Deprecated. Use Aggregators.MAX_LONGS() |
static
|
CombineFn.MAX_LONGS(int n)
Deprecated. Use Aggregators.MAX_LONGS(int) |
static
|
CombineFn.MIN_BIGINTS()
Deprecated. Use Aggregators.MIN_BIGINTS() |
static
|
CombineFn.MIN_BIGINTS(int n)
Deprecated. Use Aggregators.MIN_BIGINTS(int) |
static
|
CombineFn.MIN_DOUBLES()
Deprecated. Use Aggregators.MIN_DOUBLES() |
static
|
CombineFn.MIN_DOUBLES(int n)
Deprecated. Use Aggregators.MIN_DOUBLES(int) |
static
|
CombineFn.MIN_FLOATS()
Deprecated. Use Aggregators.MIN_FLOATS() |
static
|
CombineFn.MIN_FLOATS(int n)
Deprecated. Use Aggregators.MIN_FLOATS(int) |
static
|
CombineFn.MIN_INTS()
Deprecated. Use Aggregators.MIN_INTS() |
static
|
CombineFn.MIN_INTS(int n)
Deprecated. Use Aggregators.MIN_INTS(int) |
static
|
CombineFn.MIN_LONGS()
Deprecated. Use Aggregators.MIN_LONGS() |
static
|
CombineFn.MIN_LONGS(int n)
Deprecated. Use Aggregators.MIN_LONGS(int) |
static
|
CombineFn.pairAggregator(CombineFn.AggregatorFactory<V1> a1,
CombineFn.AggregatorFactory<V2> a2)
Deprecated. Use Aggregators.pairAggregator(Aggregator, Aggregator) |
static
|
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3,
CombineFn.AggregatorFactory<D> a4)
Deprecated. Use Aggregators.quadAggregator(Aggregator, Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.STRING_CONCAT(String separator,
boolean skipNull)
Deprecated. Use Aggregators.STRING_CONCAT(String, boolean) |
static
|
CombineFn.STRING_CONCAT(String separator,
boolean skipNull,
long maxOutputLength,
long maxInputLength)
Deprecated. Use Aggregators.STRING_CONCAT(String, boolean, long, long) |
static
|
CombineFn.SUM_BIGINTS()
Deprecated. Use Aggregators.SUM_BIGINTS() |
static
|
CombineFn.SUM_DOUBLES()
Deprecated. Use Aggregators.SUM_DOUBLES() |
static
|
CombineFn.SUM_FLOATS()
Deprecated. Use Aggregators.SUM_FLOATS() |
static
|
CombineFn.SUM_INTS()
Deprecated. Use Aggregators.SUM_INTS() |
static
|
CombineFn.SUM_LONGS()
Deprecated. Use Aggregators.SUM_LONGS() |
static
|
CombineFn.tripAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3)
Deprecated. Use Aggregators.tripAggregator(Aggregator, Aggregator, Aggregator) |
static
|
CombineFn.tupleAggregator(CombineFn.AggregatorFactory<?>... factories)
Deprecated. Use Aggregators.tupleAggregator(Aggregator...) |