public class UnivariateStatsData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| 限定符和类型 | 字段和说明 |
|---|---|
protected FieldIndex[] |
m_indexes
contains the FieldIndexs - one for each UnivariateStatsMetaFunction
|
protected org.pentaho.di.core.row.RowMetaInterface |
m_inputRowMeta |
protected org.pentaho.di.core.row.RowMetaInterface |
m_outputRowMeta |
| 构造器和说明 |
|---|
UnivariateStatsData()
Creates a new
UnivariateStatsData instance. |
| 限定符和类型 | 方法和说明 |
|---|---|
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, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatusprotected org.pentaho.di.core.row.RowMetaInterface m_inputRowMeta
protected org.pentaho.di.core.row.RowMetaInterface m_outputRowMeta
protected FieldIndex[] m_indexes
public 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 valueCopyright © 2024 Hitachi Vantara. All rights reserved.