|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.BaseStepData org.pentaho.di.trans.steps.denormaliser.DenormaliserData
public class DenormaliserData
Data structure used by Denormaliser during processing
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
BaseStepData.StepExecutionStatus |
Field Summary | |
---|---|
long[] |
counters
|
int[] |
fieldNameIndex
|
Integer[] |
fieldNrs
|
int[] |
groupnrs
|
RowMetaInterface |
inputRowMeta
|
int |
keyFieldNr
|
Map<String,List<Integer>> |
keyValue
|
RowMetaInterface |
outputRowMeta
|
Object[] |
previous
|
int[] |
removeNrs
|
Object[] |
sum
|
Object[] |
targetResult
|
Constructor Summary | |
---|---|
DenormaliserData()
|
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 |
---|
equals, 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 |
---|
public RowMetaInterface outputRowMeta
public Object[] previous
public int[] groupnrs
public Integer[] fieldNrs
public Object[] targetResult
public int keyFieldNr
public Map<String,List<Integer>> keyValue
public int[] removeNrs
public int[] fieldNameIndex
public long[] counters
public Object[] sum
public RowMetaInterface inputRowMeta
Constructor Detail |
---|
public DenormaliserData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |