public class MergeRowsData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
int[] |
keyNrs |
Object[] |
one |
org.pentaho.di.core.RowSet |
oneRowSet |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
Object[] |
two |
org.pentaho.di.core.RowSet |
twoRowSet |
int[] |
valueNrs |
| Constructor and Description |
|---|
MergeRowsData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public Object[] one
public Object[] two
public int[] keyNrs
public int[] valueNrs
public org.pentaho.di.core.RowSet oneRowSet
public org.pentaho.di.core.RowSet twoRowSet