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 TypeClassDescriptionclass
This function returns the number of years, months, or days between two date numbers.class
Creation-Date: 04.11.2006, 18:59:11class
This function returnsclass
This function extracts the day from a date.class
This is the same as DATEDIFF(date_1, date_2, "d");class
This function extracts the hour (0 through 23) from a time.class
This function extracts the minute (0 through 59) from a time.class
This function extracts the month from a date.class
Return the serial number of the current date and time.class
This function extracts the minute (0 through 59) from a time.class
This fonction constructs a time from hours, minutes, and seconds.class
This fonction constructs a time from hours, minutes, and seconds.class
Todo: Document me!class
This function extracts the day of week from a date.class
This 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 TypeClassDescriptionclass
This function uses an index to return a value from a list of values.class
This function counts the number of non-empty values in the list of AnySequences provided.class
This function counts the number of blank cells in the Reference provided.class
This function counts the numbers in the list of NumberSequences provided.class
Creation-Date: 24.11.2006, 13:02:41class
Todo: Document me!class
Document me!class
This function returns true if the parameter is of error and not of error type NA.class
This function returns true if the parameter is of error.class
This function retruns true if the given value is an even number.class
This function checks whatever the given value is of Logical type.class
This function returns true if the parameter is of error type NA.class
This function retruns false if the given value is of type Text.class
This function retruns true if the given value is of type Number.class
This function retruns true if the given value is an odd number.class
This function retruns true if the given value is reference.class
This function retruns true if the given value is of type Text.class
This function class represents the constant error NA.class
This 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 TypeClassDescriptionclass
Creation-Date: 04.11.2006, 18:28:15class
Creation-Date: 04.11.2006, 18:28:15class
Creation-Date: 04.11.2006, 18:28:15class
Creation-Date: 04.11.2006, 18:28:15class
Creation-Date: 04.11.2006, 18:28:15class
Creation-Date: 04.11.2006, 18:28:15class
Creation-Date: 04.11.2006, 18:28:15class
Creation-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 TypeClassDescriptionclass
This function returns the absolute (nonnegative) of the value.class
This function returns the acos of the value.class
This function returns the acos of the value.class
This function returns the acos of the value.class
This function returns the acos of the value.class
This function returns the acos of the value.class
This function returns the average of the number sequence.class
This function returns the average of the number sequence.class
This function returns the acos of the value.class
This function returns the rounding of a number up to the nearest even integer.class
This function returns the acos of the value.class
This function returns the acos of the value.class
This function returns the acos of the value.class
This function returns the acos of the value.class
This function returns the maximum from a set of numbers.class
This function returns the maximum from a set of numbers.class
This function returns the minimum from a set of numbers.class
This function returns the minimum from a set of numbers.class
This function returns the remainder when one number is divided by another number.class
This function returns the rounding a number up to the nearest odd integer, where "up" means "away from 0".class
This function returns the acos of the value.class
This function returns the value of one number raised to the power of another number.class
This function returns the acos of the value.class
This function returns the sqrt of the value.class
Creation-Date: 31.10.2006, 17:39:19class
Creation-Date: 31.10.2006, 17:39:19class
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This function reports if two given text values are exactly equal using a case-sensitive comparison.class
This function returns the starting position of a given text in the given text.class
This function returns a selected number of text characters from the left.
This function depends onMidFunction
.class
This function returns the lengh in characters of the given value.class
This function returns the given text in lower case.class
Todo: Document me!class
This function returns extracted text, given an original text, starting position, and length.class
This function returns text where an old text is substituted with a new text.class
This function returns text repeated Count times.class
This function returns a selected number of text characters from the right.
This function depends onMidFunction
.class
This function returns text where an old text is substituted with a new text.class
This function returns the given value as text.class
This function returns the given text value or a zero lenght string for non text type.class
This function returns the given text free of leading spaces.class
This function returns the given value as text.class
This function returns the given value as text.class
This function returns the given text in upper case.class
This 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 TypeClassDescriptionclass
Todo: Document me!class
Todo: Document me!class
Todo: Document me!class
Creation-Date: Dec 18, 2006, 12:54:55 PMclass
Todo: 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.