Uses of Class
org.pentaho.di.trans.steps.univariatestats.FieldIndex
-
Packages that use FieldIndex Package Description org.pentaho.di.trans.steps.univariatestats -
-
Uses of FieldIndex in org.pentaho.di.trans.steps.univariatestats
Fields in org.pentaho.di.trans.steps.univariatestats declared as FieldIndex Modifier and Type Field Description protected FieldIndex[]
UnivariateStatsData. m_indexes
contains the FieldIndexs - one for each UnivariateStatsMetaFunctionMethods in org.pentaho.di.trans.steps.univariatestats that return FieldIndex Modifier and Type Method Description FieldIndex[]
UnivariateStatsData. getFieldIndexes()
Get the fieldIndexesMethods in org.pentaho.di.trans.steps.univariatestats with parameters of type FieldIndex Modifier and Type Method Description void
UnivariateStatsData. setFieldIndexes(FieldIndex[] fis)
Set the FieldIndexes
-