Uses of Interface
mondrian.olap.FunTable.Builder
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Defines the set of MDX built-in functions.
-
Uses of FunTable.Builder in mondrian.olap
Modifier and TypeMethodDescriptionvoid
FunTable.defineFunctions
(FunTable.Builder builder) This method is called from the constructor, to define the set of functions and reserved words recognized. -
Uses of FunTable.Builder in mondrian.olap.fun
Modifier and TypeMethodDescriptionvoid
BuiltinFunTable.defineFunctions
(FunTable.Builder builder) void
CustomizedFunctionTable.defineFunctions
(FunTable.Builder builder) void
GlobalFunTable.defineFunctions
(FunTable.Builder builder)