public class UnivariateStatsData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
protected FieldIndex[] |
m_indexes
contains the FieldIndexs - one for each UnivariateStatsMetaFunction
|
protected RowMetaInterface |
m_inputRowMeta |
protected RowMetaInterface |
m_outputRowMeta |
| Constructor and Description |
|---|
UnivariateStatsData()
Creates a new
UnivariateStatsData instance. |
| Modifier and Type | Method and Description |
|---|---|
FieldIndex[] |
getFieldIndexes()
Get the fieldIndexes
|
RowMetaInterface |
getInputRowMeta()
Get the meta data for the input format
|
RowMetaInterface |
getOutputRowMeta()
Get the meta data for the output format
|
void |
setFieldIndexes(FieldIndex[] fis)
Set the FieldIndexes
|
void |
setInputRowMeta(RowMetaInterface rmi)
Save the meta data for the input format.
|
void |
setOutputRowMeta(RowMetaInterface rmi)
Set the meta data for the output format
|
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, setStatusprotected RowMetaInterface m_inputRowMeta
protected RowMetaInterface m_outputRowMeta
protected FieldIndex[] m_indexes
public UnivariateStatsData()
UnivariateStatsData instance.public void setFieldIndexes(FieldIndex[] fis)
fis - a FieldIndex[] valuepublic FieldIndex[] getFieldIndexes()
FieldIndex[] valuepublic RowMetaInterface getInputRowMeta()
RowMetaInterface valuepublic void setInputRowMeta(RowMetaInterface rmi)
rmi - a RowMetaInterface valuepublic RowMetaInterface getOutputRowMeta()
RowMetaInterface valuepublic void setOutputRowMeta(RowMetaInterface rmi)
rmi - a RowMetaInterface valueCopyright © 2020 Hitachi Vantara. All rights reserved.