public class CalculatorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Constructor and Description |
---|
CalculatorData() |
Modifier and Type | Method and Description |
---|---|
void |
clearValuesMetaMapping() |
org.pentaho.di.core.row.RowMetaInterface |
getCalcRowMeta() |
Calculator.FieldIndexes[] |
getFieldIndexes() |
org.pentaho.di.core.row.RowMetaInterface |
getOutputRowMeta() |
int[] |
getTempIndexes() |
org.pentaho.di.core.row.ValueMetaInterface |
getValueMetaFor(int resultType,
String name) |
void |
setCalcRowMeta(org.pentaho.di.core.row.RowMetaInterface calcRowMeta) |
void |
setFieldIndexes(Calculator.FieldIndexes[] fieldIndexes) |
void |
setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface outputRowMeta) |
void |
setTempIndexes(int[] tempIndexes) |
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 org.pentaho.di.core.row.RowMetaInterface getOutputRowMeta()
public void setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface outputRowMeta)
public org.pentaho.di.core.row.RowMetaInterface getCalcRowMeta()
public void setCalcRowMeta(org.pentaho.di.core.row.RowMetaInterface calcRowMeta)
public Calculator.FieldIndexes[] getFieldIndexes()
public void setFieldIndexes(Calculator.FieldIndexes[] fieldIndexes)
public int[] getTempIndexes()
public void setTempIndexes(int[] tempIndexes)
public org.pentaho.di.core.row.ValueMetaInterface getValueMetaFor(int resultType, String name) throws org.pentaho.di.core.exception.KettlePluginException
org.pentaho.di.core.exception.KettlePluginException
public void clearValuesMetaMapping()