| 
||||||||||
| 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.univariatestats.UnivariateStatsData
public class UnivariateStatsData
Holds temporary data and has routines for computing derived statistics.
| Nested Class Summary | |
|---|---|
static class | 
UnivariateStatsData.FieldIndex
Inner class used to hold operating field index, intermediate data and final results for a stats calculation.  | 
| Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData | 
|---|
BaseStepData.StepExecutionStatus | 
| Constructor Summary | |
|---|---|
UnivariateStatsData()
Creates a new UnivariateStatsData instance. | 
|
| Method Summary | |
|---|---|
 UnivariateStatsData.FieldIndex[] | 
getFieldIndexes()
Get the fieldIndexes  | 
 org.pentaho.di.core.row.RowMetaInterface | 
getInputRowMeta()
Get the meta data for the input format  | 
 org.pentaho.di.core.row.RowMetaInterface | 
getOutputRowMeta()
Get the meta data for the output format  | 
 void | 
setFieldIndexes(UnivariateStatsData.FieldIndex[] fis)
Set the FieldIndexes  | 
 void | 
setInputRowMeta(org.pentaho.di.core.row.RowMetaInterface rmi)
Save the meta data for the input format.  | 
 void | 
setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface rmi)
Set the meta data for the output format  | 
| 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 | 
| Constructor Detail | 
|---|
public UnivariateStatsData()
UnivariateStatsData instance.
| Method Detail | 
|---|
public void setFieldIndexes(UnivariateStatsData.FieldIndex[] fis)
fis - a FieldIndex[] valuepublic UnivariateStatsData.FieldIndex[] getFieldIndexes()
FieldIndex[] valuepublic org.pentaho.di.core.row.RowMetaInterface getInputRowMeta()
RowMetaInterface valuepublic void setInputRowMeta(org.pentaho.di.core.row.RowMetaInterface rmi)
rmi - a RowMetaInterface valuepublic org.pentaho.di.core.row.RowMetaInterface getOutputRowMeta()
RowMetaInterface valuepublic void setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface rmi)
rmi - a RowMetaInterface value
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||