public class UnivariateStatsData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Constructor and Description | 
|---|
UnivariateStatsData()
Creates a new  
UnivariateStatsData instance. | 
| Modifier and Type | Method and Description | 
|---|---|
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(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 
 | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic UnivariateStatsData()
UnivariateStatsData instance.public void setFieldIndexes(FieldIndex[] fis)
fis - a FieldIndex[] valuepublic 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