org.pentaho.reporting.libraries.formula.function.information

Class CountFunction

public class CountFunction extends Object implements Function

This function counts the numbers in the list of NumberSequences provided. Only numbers in references are counted; all other types are ignored. Errors are not propagated.

Author: Cedric Pronzato

Constructor Summary
CountFunction()
Method Summary
TypeValuePairevaluate(FormulaContext context, ParameterCallback parameters)
StringgetCanonicalName()

Constructor Detail

CountFunction

public CountFunction()

Method Detail

evaluate

public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)

getCanonicalName

public String getCanonicalName()