|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.BaseStepData org.pentaho.di.trans.steps.mergejoin.MergeJoinData
public class MergeJoinData
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
BaseStepData.StepExecutionStatus |
Field Summary | |
---|---|
int[] |
keyNrs1
|
int[] |
keyNrs2
|
Object[] |
one
|
Object[] |
one_dummy
|
Object[] |
one_next
|
boolean |
one_optional
|
RowMetaInterface |
oneMeta
|
RowSet |
oneRowSet
|
List<Object[]> |
ones
|
RowMetaInterface |
outputRowMeta
|
Object[] |
two
|
Object[] |
two_dummy
|
Object[] |
two_next
|
boolean |
two_optional
|
RowMetaInterface |
twoMeta
|
RowSet |
twoRowSet
|
List<Object[]> |
twos
|
Constructor Summary | |
---|---|
MergeJoinData()
Default initializer |
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 |
---|
public Object[] one
public Object[] two
public RowMetaInterface oneMeta
public RowMetaInterface twoMeta
public RowMetaInterface outputRowMeta
public Object[] one_dummy
public Object[] two_dummy
public List<Object[]> ones
public List<Object[]> twos
public Object[] one_next
public Object[] two_next
public boolean one_optional
public boolean two_optional
public int[] keyNrs1
public int[] keyNrs2
public RowSet oneRowSet
public RowSet twoRowSet
Constructor Detail |
---|
public MergeJoinData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |