org.pentaho.di.trans.steps.aggregaterows
Class AggregateRowsData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.aggregaterows.AggregateRowsData
All Implemented Interfaces:
StepDataInterface

public class AggregateRowsData
extends BaseStepData
implements StepDataInterface

Since:
24-jan-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 long[] counts
           
 int[] fieldnrs
           
 int nrfields
           
 RowMetaInterface outputRowMeta
           
 Object[] values
           
 
Constructor Summary
AggregateRowsData()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

fieldnrs

public int[] fieldnrs

nrfields

public int nrfields

values

public Object[] values

counts

public long[] counts

outputRowMeta

public RowMetaInterface outputRowMeta
Constructor Detail

AggregateRowsData

public AggregateRowsData()