|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 |
RowMetaInterface |
getInputRowMeta()
Get the meta data for the input format |
RowMetaInterface |
getOutputRowMeta()
Get the meta data for the output format |
void |
setFieldIndexes(UnivariateStatsData.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 |
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 RowMetaInterface getInputRowMeta()
RowMetaInterface
valuepublic void setInputRowMeta(RowMetaInterface rmi)
rmi
- a RowMetaInterface
valuepublic RowMetaInterface getOutputRowMeta()
RowMetaInterface
valuepublic void setOutputRowMeta(RowMetaInterface rmi)
rmi
- a RowMetaInterface
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |