Class CalculatorData

    • Constructor Detail

      • CalculatorData

        public CalculatorData()
    • Method Detail

      • getOutputRowMeta

        public org.pentaho.di.core.row.RowMetaInterface getOutputRowMeta()
      • setOutputRowMeta

        public void setOutputRowMeta​(org.pentaho.di.core.row.RowMetaInterface outputRowMeta)
      • getCalcRowMeta

        public org.pentaho.di.core.row.RowMetaInterface getCalcRowMeta()
      • setCalcRowMeta

        public void setCalcRowMeta​(org.pentaho.di.core.row.RowMetaInterface calcRowMeta)
      • getTempIndexes

        public int[] getTempIndexes()
      • setTempIndexes

        public void setTempIndexes​(int[] tempIndexes)
      • getValueMetaFor

        public org.pentaho.di.core.row.ValueMetaInterface getValueMetaFor​(int resultType,
                                                                          String name)
                                                                   throws org.pentaho.di.core.exception.KettlePluginException
        Throws:
        org.pentaho.di.core.exception.KettlePluginException
      • clearValuesMetaMapping

        public void clearValuesMetaMapping()