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 implemenets this user-defined function. Must implement the mondrian.spi.UserDefinedFunction interface. |