This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.CombineFn.SimpleAggregator (Apache Crunch 0.4.0-incubating API)

Uses of Class
org.apache.crunch.CombineFn.SimpleAggregator

Packages that use CombineFn.SimpleAggregator
org.apache.crunch Client-facing API and core abstractions. 
 

Uses of CombineFn.SimpleAggregator in org.apache.crunch
 

Subclasses of CombineFn.SimpleAggregator in org.apache.crunch
static class CombineFn.FirstNAggregator<V>
           
static class CombineFn.LastNAggregator<V>
           
static class CombineFn.MaxBigInts
           
static class CombineFn.MaxDoubles
           
static class CombineFn.MaxFloats
           
static class CombineFn.MaxInts
           
static class CombineFn.MaxLongs
           
static class CombineFn.MaxNAggregator<V extends Comparable<V>>
           
static class CombineFn.MinBigInts
           
static class CombineFn.MinDoubles
           
static class CombineFn.MinFloats
           
static class CombineFn.MinInts
           
static class CombineFn.MinLongs
           
static class CombineFn.MinNAggregator<V extends Comparable<V>>
           
static class CombineFn.StringConcatAggregator
           
static class CombineFn.SumBigInts
           
static class CombineFn.SumDoubles
           
static class CombineFn.SumFloats
           
static class CombineFn.SumInts
           
static class CombineFn.SumLongs
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.