|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.memgroupby.MemoryGroupByData
public class MemoryGroupByData
Nested Class Summary | |
---|---|
class |
MemoryGroupByData.HashEntry
|
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
BaseStepData.StepExecutionStatus |
Field Summary | |
---|---|
org.pentaho.di.core.row.RowMetaInterface |
aggMeta
|
org.pentaho.di.core.row.RowMetaInterface |
entryMeta
|
boolean |
firstRead
|
org.pentaho.di.core.row.RowMetaInterface |
groupAggMeta
|
org.pentaho.di.core.row.RowMetaInterface |
groupMeta
|
int[] |
groupnrs
|
Object[] |
groupResult
|
boolean |
hasOutput
|
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta
|
HashMap<MemoryGroupByData.HashEntry,Aggregate> |
map
|
boolean |
newBatch
|
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta
|
int[] |
subjectnrs
|
org.pentaho.di.core.row.ValueMetaInterface |
valueMetaInteger
|
org.pentaho.di.core.row.ValueMetaInterface |
valueMetaNumber
|
Constructor Summary | |
---|---|
MemoryGroupByData()
|
Method Summary | |
---|---|
MemoryGroupByData.HashEntry |
getHashEntry(Object[] groupData)
|
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 HashMap<MemoryGroupByData.HashEntry,Aggregate> map
public org.pentaho.di.core.row.RowMetaInterface aggMeta
public org.pentaho.di.core.row.RowMetaInterface groupMeta
public org.pentaho.di.core.row.RowMetaInterface entryMeta
public org.pentaho.di.core.row.RowMetaInterface groupAggMeta
public int[] groupnrs
public int[] subjectnrs
public boolean firstRead
public Object[] groupResult
public boolean hasOutput
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.ValueMetaInterface valueMetaInteger
public org.pentaho.di.core.row.ValueMetaInterface valueMetaNumber
public boolean newBatch
Constructor Detail |
---|
public MemoryGroupByData()
Method Detail |
---|
public MemoryGroupByData.HashEntry getHashEntry(Object[] groupData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |