Uses of Interface
mondrian.spi.UserDefinedFunction
-
Packages that use UserDefinedFunction Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spi
package.mondrian.udf -
-
Uses of UserDefinedFunction in mondrian.olap
Methods in mondrian.olap that return UserDefinedFunction Modifier and Type Method Description static UserDefinedFunction
Util. createUdf(Class<? extends UserDefinedFunction> udfClass, String functionName)
Creates a new udf instance from the given udf class.Method parameters in mondrian.olap with type arguments of type UserDefinedFunction Modifier and Type Method Description static UserDefinedFunction
Util. createUdf(Class<? extends UserDefinedFunction> udfClass, String functionName)
Creates a new udf instance from the given udf class. -
Uses of UserDefinedFunction in mondrian.olap.fun
Methods in mondrian.olap.fun that return UserDefinedFunction Modifier and Type Method Description UserDefinedFunction
UdfResolver.ClassUdfFactory. create()
UserDefinedFunction
UdfResolver.UdfFactory. create()
Creates a UDF.Constructor parameters in mondrian.olap.fun with type arguments of type UserDefinedFunction Constructor Description ClassUdfFactory(Class<? extends UserDefinedFunction> clazz, String name)
Creates a ClassUdfFactory. -
Uses of UserDefinedFunction in mondrian.spi.impl
Methods in mondrian.spi.impl that return UserDefinedFunction Modifier and Type Method Description static UserDefinedFunction
Scripts. userDefinedFunction(Scripts.ScriptDefinition script, String name)
Creates an implementation of theUserDefinedFunction
SPI based on a script. -
Uses of UserDefinedFunction in mondrian.udf
Classes in mondrian.udf that implement UserDefinedFunction Modifier and Type Class Description class
CurrentDateMemberExactUdf
User-defined functionCurrentDateMember
.class
CurrentDateMemberUdf
User-defined functionCurrentDateMember
.class
CurrentDateStringUdf
User-defined functionCurrentDateString
, which returns the current date value as a formatted string, based on a format string passed in as a parameter.
class
InUdf
User-defined functionIN
.class
InverseNormalUdf
A user-defined function which returns the inverse normal distribution value of its argument.class
LastNonEmptyUdf
Definition of the user-defined function "LastNonEmpty".class
MatchesUdf
User-defined functionMATCHES
.class
NullValueUdf
Definition of the user-defined function "NullValue" which always returns Java "null".class
ValUdf
VB functionVal
-