Uses of Class
mondrian.olap.fun.FunTableImpl
-
Packages that use FunTableImpl Package Description mondrian.olap.fun Defines the set of MDX built-in functions. -
-
Uses of FunTableImpl in mondrian.olap.fun
Subclasses of FunTableImpl in mondrian.olap.fun Modifier and Type Class Description class
BuiltinFunTable
BuiltinFunTable
contains a list of all built-in MDX functions.class
CustomizedFunctionTable
Interface to build a customized function table, selecting functions from the set of supported functions in an instance ofBuiltinFunTable
.class
GlobalFunTable
Global function table contains builtin functions and global user-defined functions.
-