public class MergeJoinData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
int[] |
keyNrs1 |
int[] |
keyNrs2 |
Object[] |
one |
Object[] |
one_dummy |
Object[] |
one_next |
boolean |
one_optional |
org.pentaho.di.core.row.RowMetaInterface |
oneMeta |
org.pentaho.di.core.RowSet |
oneRowSet |
List<Object[]> |
ones |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
Object[] |
two |
Object[] |
two_dummy |
Object[] |
two_next |
boolean |
two_optional |
org.pentaho.di.core.row.RowMetaInterface |
twoMeta |
org.pentaho.di.core.RowSet |
twoRowSet |
List<Object[]> |
twos |
| Constructor and Description |
|---|
MergeJoinData()
Default initializer
|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic Object[] one
public Object[] two
public org.pentaho.di.core.row.RowMetaInterface oneMeta
public org.pentaho.di.core.row.RowMetaInterface twoMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public Object[] one_dummy
public Object[] two_dummy
public Object[] one_next
public Object[] two_next
public boolean one_optional
public boolean two_optional
public int[] keyNrs1
public int[] keyNrs2
public org.pentaho.di.core.RowSet oneRowSet
public org.pentaho.di.core.RowSet twoRowSet