public class UniqueRowsData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
String |
compareFields |
org.pentaho.di.core.row.RowMetaInterface |
compareRowMeta |
long |
counter |
int[] |
fieldnrs |
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
Object[] |
previous |
String |
realErrorDescription |
boolean |
sendDuplicateRows |
| Constructor and Description |
|---|
UniqueRowsData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface compareRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public long counter
public Object[] previous
public int[] fieldnrs
public String compareFields
public String realErrorDescription
public boolean sendDuplicateRows