Class MergeJoinData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.mergejoin.MergeJoinData
-
- All Implemented Interfaces:
StepDataInterface
public class MergeJoinData extends BaseStepData implements StepDataInterface
- Since:
- 24-nov-2005
- Author:
- Biswapesh
-
-
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[]keyNrs1int[]keyNrs2Object[]oneObject[]one_dummyObject[]one_nextbooleanone_optionalorg.pentaho.di.core.row.RowMetaInterfaceoneMetaorg.pentaho.di.core.RowSetoneRowSetList<Object[]>onesorg.pentaho.di.core.row.RowMetaInterfaceoutputRowMetaObject[]twoObject[]two_dummyObject[]two_nextbooleantwo_optionalorg.pentaho.di.core.row.RowMetaInterfacetwoMetaorg.pentaho.di.core.RowSettwoRowSetList<Object[]>twos
-
Constructor Summary
Constructors Constructor Description 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
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
-
one
public Object[] one
-
two
public Object[] two
-
oneMeta
public org.pentaho.di.core.row.RowMetaInterface oneMeta
-
twoMeta
public org.pentaho.di.core.row.RowMetaInterface twoMeta
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
one_dummy
public Object[] one_dummy
-
two_dummy
public Object[] two_dummy
-
one_next
public Object[] one_next
-
two_next
public Object[] two_next
-
one_optional
public boolean one_optional
-
two_optional
public boolean two_optional
-
keyNrs1
public int[] keyNrs1
-
keyNrs2
public int[] keyNrs2
-
oneRowSet
public org.pentaho.di.core.RowSet oneRowSet
-
twoRowSet
public org.pentaho.di.core.RowSet twoRowSet
-
-