Class CountAFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.information.CountAFunction
- All Implemented Interfaces:
Serializable
,Function
This function counts the number of non-empty values in the list of AnySequences provided. A value is non-blank if it
contains any content of any type, including an error.
- Author:
- Cedric Pronzato
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CountAFunction
public CountAFunction()
-
-
Method Details
-
getCanonicalName
- Specified by:
getCanonicalName
in interfaceFunction
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException - Specified by:
evaluate
in interfaceFunction
- Throws:
EvaluationException
-