Class FlattenerData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.flattener.FlattenerData
-
- All Implemented Interfaces:
StepDataInterface
public class FlattenerData 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
Fields Modifier and Type Field Description int
fieldNr
org.pentaho.di.core.row.RowMetaInterface
inputRowMeta
org.pentaho.di.core.row.RowMetaInterface
outputRowMeta
Object[]
previousRow
int
processed
Object[]
targetResult
Object[]
targetRow
-
Constructor Summary
Constructors Constructor Description FlattenerData()
-
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
clone, equals, finalize, 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
-
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
targetRow
public Object[] targetRow
-
targetResult
public Object[] targetResult
-
processed
public int processed
-
fieldNr
public int fieldNr
-
previousRow
public Object[] previousRow
-
-