org.pentaho.di.trans.steps.memgroupby
Class Aggregate

java.lang.Object
  extended by org.pentaho.di.trans.steps.memgroupby.Aggregate

public class Aggregate
extends Object


Field Summary
 Object[] agg
           
 long[] counts
           
 Set<Object>[] distinctObjs
           
 double[] mean
           
 
Constructor Summary
Aggregate()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agg

public Object[] agg

counts

public long[] counts

distinctObjs

public Set<Object>[] distinctObjs

mean

public double[] mean
Constructor Detail

Aggregate

public Aggregate()