Uses of Interface
mondrian.olap.FunTable.Builder
Packages that use 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
Methods in mondrian.olap with parameters of type FunTable.BuilderModifier 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
Methods in mondrian.olap.fun with parameters of type FunTable.BuilderModifier and TypeMethodDescriptionvoid
BuiltinFunTable.defineFunctions
(FunTable.Builder builder) void
CustomizedFunctionTable.defineFunctions
(FunTable.Builder builder) void
GlobalFunTable.defineFunctions
(FunTable.Builder builder)