public class MergeRowsData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
int[] |
keyNrs |
Object[] |
one |
RowSet |
oneRowSet |
RowMetaInterface |
outputRowMeta |
Object[] |
two |
RowSet |
twoRowSet |
int[] |
valueNrs |
Constructor and Description |
---|
MergeRowsData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public RowMetaInterface outputRowMeta
public Object[] one
public Object[] two
public int[] keyNrs
public int[] valueNrs
public RowSet oneRowSet
public RowSet twoRowSet
Copyright © 2018 Hitachi Vantara. All rights reserved.