public class GroupByData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
Object[] |
agg |
org.pentaho.di.core.row.RowMetaInterface |
aggMeta |
ArrayList<Object[]> |
bufferList |
long[] |
counts |
List<Integer> |
cumulativeAvgSourceIndexes |
List<Integer> |
cumulativeAvgTargetIndexes |
List<Integer> |
cumulativeSumSourceIndexes |
List<Integer> |
cumulativeSumTargetIndexes |
DataInputStream |
dis |
Set<Object>[] |
distinctObjs |
DataOutputStream |
dos |
boolean |
firstRead |
FileInputStream |
fis |
FileOutputStream |
fos |
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 |
double[] |
mean |
boolean |
newBatch |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
Object[] |
previous |
long[] |
previousAvgCount |
Object[] |
previousAvgSum |
Object[] |
previousSums |
int |
rowsOnFile |
int[] |
subjectnrs |
File |
tempFile |
org.pentaho.di.core.row.ValueMetaInterface |
valueMetaInteger |
org.pentaho.di.core.row.ValueMetaInterface |
valueMetaNumber |
Constructor and Description |
---|
GroupByData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public Object[] previous
public org.pentaho.di.core.row.RowMetaInterface aggMeta
public Object[] agg
public org.pentaho.di.core.row.RowMetaInterface groupMeta
public org.pentaho.di.core.row.RowMetaInterface groupAggMeta
public int[] groupnrs
public int[] subjectnrs
public long[] counts
public File tempFile
public FileOutputStream fos
public DataOutputStream dos
public int rowsOnFile
public boolean firstRead
public FileInputStream fis
public DataInputStream dis
public Object[] groupResult
public boolean hasOutput
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public Object[] previousSums
public Object[] previousAvgSum
public long[] previousAvgCount
public org.pentaho.di.core.row.ValueMetaInterface valueMetaInteger
public org.pentaho.di.core.row.ValueMetaInterface valueMetaNumber
public double[] mean
public boolean newBatch