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.spipackage.mondrian.udf -
-
Uses of UserDefinedFunction in mondrian.olap
Methods in mondrian.olap that return UserDefinedFunction Modifier and Type Method Description static UserDefinedFunctionUtil. 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 UserDefinedFunctionUtil. 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 UserDefinedFunctionUdfResolver.ClassUdfFactory. create()UserDefinedFunctionUdfResolver.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 UserDefinedFunctionScripts. userDefinedFunction(Scripts.ScriptDefinition script, String name)Creates an implementation of theUserDefinedFunctionSPI based on a script. -
Uses of UserDefinedFunction in mondrian.udf
Classes in mondrian.udf that implement UserDefinedFunction Modifier and Type Class Description classCurrentDateMemberExactUdfUser-defined functionCurrentDateMember.classCurrentDateMemberUdfUser-defined functionCurrentDateMember.classCurrentDateStringUdfUser-defined functionCurrentDateString, which returns the current date value as a formatted string, based on a format string passed in as a parameter.classInUdfUser-defined functionIN.classInverseNormalUdfA user-defined function which returns the inverse normal distribution value of its argument.classLastNonEmptyUdfDefinition of the user-defined function "LastNonEmpty".classMatchesUdfUser-defined functionMATCHES.classNullValueUdfDefinition of the user-defined function "NullValue" which always returns Java "null".classValUdfVB functionVal
-