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