Uses of Class
org.apache.hop.pipeline.transforms.formula.FormulaMetaFunction
-
Packages that use FormulaMetaFunction Package Description org.apache.hop.pipeline.transforms.formula org.apache.hop.pipeline.transforms.formula.util -
-
Uses of FormulaMetaFunction in org.apache.hop.pipeline.transforms.formula
Methods in org.apache.hop.pipeline.transforms.formula that return types with arguments of type FormulaMetaFunction Modifier and Type Method Description List<FormulaMetaFunction>FormulaMeta. getFormulas()Methods in org.apache.hop.pipeline.transforms.formula with parameters of type FormulaMetaFunction Modifier and Type Method Description protected ObjectFormula. getReturnValue(Object formulaResult, int returnType, int realIndex, FormulaMetaFunction fn)Method parameters in org.apache.hop.pipeline.transforms.formula with type arguments of type FormulaMetaFunction Modifier and Type Method Description voidFormulaMeta. setFormulas(List<FormulaMetaFunction> formulas) -
Uses of FormulaMetaFunction in org.apache.hop.pipeline.transforms.formula.util
Constructors in org.apache.hop.pipeline.transforms.formula.util with parameters of type FormulaMetaFunction Constructor Description FormulaParser(FormulaMetaFunction formulaMetaFunction, IRowMeta rowMeta, Object[] dataRow, org.apache.poi.ss.usermodel.Row sheetRow, IVariables variables, HashMap<String,String> replaceMap)
-