UserDefinedFunction
A UserDefinedFunction is a function which extends the MDX language. It must be implemented by a Java class which implements the interface mondrian.spi.UserDefinedFunction.
Attributes
Attribute | Data Type | Definition |
---|---|---|
name | String |
Name with which the user-defined function will be referenced in MDX expressions. |
className | String |
Name of the class which implements this user-defined function. Must implement the mondrian.spi.UserDefinedFunction interface. |
Constituent Elements
Empty