Class MergeRowsData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.mergerows.MergeRowsData
All Implemented Interfaces:
StepDataInterface

public class MergeRowsData extends BaseStepData implements StepDataInterface
Since:
24-jan-2005
Author:
Matt
  • Field Details

    • outputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
    • one

      public Object[] one
    • two

      public Object[] two
    • keyNrs

      public int[] keyNrs
    • valueNrs

      public int[] valueNrs
    • oneRowSet

      public org.pentaho.di.core.RowSet oneRowSet
    • twoRowSet

      public org.pentaho.di.core.RowSet twoRowSet
  • Constructor Details

    • MergeRowsData

      public MergeRowsData()