public class UnivariateStatsData extends BaseStepData implements StepDataInterface
Modifier and Type | Class and Description |
---|---|
static class |
UnivariateStatsData.FieldIndex
Inner class used to hold operating field index,
intermediate data and final results for a stats calculation.
|
BaseStepData.StepExecutionStatus
Constructor and Description |
---|
UnivariateStatsData()
Creates a new
UnivariateStatsData instance. |
Modifier and Type | Method and Description |
---|---|
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
|
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 UnivariateStatsData()
UnivariateStatsData
instance.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