Uses of Interface
org.pentaho.reporting.libraries.formula.function.Function
Packages that use Function
Package
Description
-
Uses of Function in org.pentaho.reporting.libraries.formula.function
Methods in org.pentaho.reporting.libraries.formula.function that return FunctionModifier and TypeMethodDescriptionDefaultFunctionRegistry.createFunction(String name) FunctionRegistry.createFunction(String name) Function[]DefaultFunctionRegistry.getFunctions()Function[]FunctionRegistry.getFunctions()Function[]DefaultFunctionRegistry.getFunctionsByCategory(FunctionCategory category) Function[]FunctionRegistry.getFunctionsByCategory(FunctionCategory category) -
Uses of Function in org.pentaho.reporting.libraries.formula.function.datetime
Classes in org.pentaho.reporting.libraries.formula.function.datetime that implement FunctionModifier and TypeClassDescriptionclassThis function returns the number of years, months, or days between two date numbers.classCreation-Date: 04.11.2006, 18:59:11classThis function returnsclassThis function extracts the day from a date.classThis is the same as DATEDIFF(date_1, date_2, "d");classThis function extracts the hour (0 through 23) from a time.classThis function extracts the minute (0 through 59) from a time.classThis function extracts the month from a date.classReturn the serial number of the current date and time.classThis function extracts the minute (0 through 59) from a time.classThis fonction constructs a time from hours, minutes, and seconds.classThis fonction constructs a time from hours, minutes, and seconds.classTodo: Document me!classThis function extracts the day of week from a date.classThis function extracts the year from a date. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.information
Classes in org.pentaho.reporting.libraries.formula.function.information that implement FunctionModifier and TypeClassDescriptionclassThis function uses an index to return a value from a list of values.classThis function counts the number of non-empty values in the list of AnySequences provided.classThis function counts the number of blank cells in the Reference provided.classThis function counts the numbers in the list of NumberSequences provided.classCreation-Date: 24.11.2006, 13:02:41classTodo: Document me!classDocument me!classThis function returns true if the parameter is of error and not of error type NA.classThis function returns true if the parameter is of error.classThis function retruns true if the given value is an even number.classThis function checks whatever the given value is of Logical type.classThis function returns true if the parameter is of error type NA.classThis function retruns false if the given value is of type Text.classThis function retruns true if the given value is of type Number.classThis function retruns true if the given value is an odd number.classThis function retruns true if the given value is reference.classThis function retruns true if the given value is of type Text.classThis function class represents the constant error NA.classThis function returns the number value of a text string. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.logical
Classes in org.pentaho.reporting.libraries.formula.function.logical that implement FunctionModifier and TypeClassDescriptionclassCreation-Date: 04.11.2006, 18:28:15classCreation-Date: 04.11.2006, 18:28:15classCreation-Date: 04.11.2006, 18:28:15classCreation-Date: 04.11.2006, 18:28:15classCreation-Date: 04.11.2006, 18:28:15classCreation-Date: 04.11.2006, 18:28:15classCreation-Date: 04.11.2006, 18:28:15classCreation-Date: 04.11.2006, 18:28:15 -
Uses of Function in org.pentaho.reporting.libraries.formula.function.math
Classes in org.pentaho.reporting.libraries.formula.function.math that implement FunctionModifier and TypeClassDescriptionclassThis function returns the absolute (nonnegative) of the value.classThis function returns the acos of the value.classThis function returns the acos of the value.classThis function returns the acos of the value.classThis function returns the acos of the value.classThis function returns the acos of the value.classThis function returns the average of the number sequence.classThis function returns the average of the number sequence.classThis function returns the acos of the value.classThis function returns the rounding of a number up to the nearest even integer.classThis function returns the acos of the value.classThis function returns the acos of the value.classThis function returns the acos of the value.classThis function returns the acos of the value.classThis function returns the maximum from a set of numbers.classThis function returns the maximum from a set of numbers.classThis function returns the minimum from a set of numbers.classThis function returns the minimum from a set of numbers.classThis function returns the remainder when one number is divided by another number.classThis function returns the rounding a number up to the nearest odd integer, where "up" means "away from 0".classThis function returns the acos of the value.classThis function returns the value of one number raised to the power of another number.classThis function returns the acos of the value.classThis function returns the sqrt of the value.classCreation-Date: 31.10.2006, 17:39:19classCreation-Date: 31.10.2006, 17:39:19classThis function returns the acos of the value. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.rounding
Classes in org.pentaho.reporting.libraries.formula.function.rounding that implement FunctionModifier and TypeClassDescriptionclassThis function returns a number down to the nearest integer. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.text
Classes in org.pentaho.reporting.libraries.formula.function.text that implement FunctionModifier and TypeClassDescriptionclassThis function reports if two given text values are exactly equal using a case-sensitive comparison.classThis function returns the starting position of a given text in the given text.classThis function returns a selected number of text characters from the left.
This function depends onMidFunction.classThis function returns the lengh in characters of the given value.classThis function returns the given text in lower case.classTodo: Document me!classThis function returns extracted text, given an original text, starting position, and length.classThis function returns text where an old text is substituted with a new text.classThis function returns text repeated Count times.classThis function returns a selected number of text characters from the right.
This function depends onMidFunction.classThis function returns text where an old text is substituted with a new text.classThis function returns the given value as text.classThis function returns the given text value or a zero lenght string for non text type.classThis function returns the given text free of leading spaces.classThis function returns the given value as text.classThis function returns the given value as text.classThis function returns the given text in upper case.classThis function encodes a given text using the URL-Encoding schema. -
Uses of Function in org.pentaho.reporting.libraries.formula.function.userdefined
Classes in org.pentaho.reporting.libraries.formula.function.userdefined that implement FunctionModifier and TypeClassDescriptionclassTodo: Document me!classTodo: Document me!classTodo: Document me!classCreation-Date: Dec 18, 2006, 12:54:55 PMclassTodo: Document me! -
Uses of Function in org.pentaho.reporting.libraries.formula.lvalues
Methods in org.pentaho.reporting.libraries.formula.lvalues that return FunctionModifier and TypeMethodDescriptionFormulaFunction.getFunction()Returns the initialized function.