Class DetectLastRowData

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

public class DetectLastRowData extends BaseStepData implements StepDataInterface
Since:
03June2008
Author:
Samatar
  • Field Details

    • outputRowMeta

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

      public int NrPrevFields
    • previousRowMeta

      public org.pentaho.di.core.row.RowMetaInterface previousRowMeta
  • Constructor Details

    • DetectLastRowData

      public DetectLastRowData()
  • Method Details

    • getTrueArray

      public Object[] getTrueArray()
      Return a array with a constant True.
    • getFalseArray

      public Object[] getFalseArray()
      Return a array with a constant False.