Class LeftFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.text.LeftFunction
- All Implemented Interfaces:
Serializable,Function
This function returns a selected number of text characters from the left.
This function depends on
This function depends on
MidFunction.- Author:
- Cedric Pronzato
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LeftFunction
public LeftFunction()
-
-
Method Details
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException - Specified by:
evaluatein interfaceFunction- Throws:
EvaluationException
-
getCanonicalName
- Specified by:
getCanonicalNamein interfaceFunction
-