public class MemoryGroupByData extends BaseStepData implements StepDataInterface
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryGroupByData.HashEntry |
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 构造器和说明 |
|---|
MemoryGroupByData() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear()
Method responsible for clearing out memory hogs
|
MemoryGroupByData.HashEntry |
getHashEntry(Object[] groupData) |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic 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
public MemoryGroupByData.HashEntry getHashEntry(Object[] groupData)
public void clear()
Copyright © 2024 Hitachi Vantara. All rights reserved.