Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

UserDefinedFunction

Parent article

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

AttributeData TypeDefinition
nameStringName with which the user-defined function will be referenced in MDX expressions.
classNameStringName of the class which implements this user-defined function. Must implement the mondrian.spi.UserDefinedFunction interface.