Package mondrian.olap.fun
Class GlobalFunTable
java.lang.Object
mondrian.olap.fun.FunTableImpl
mondrian.olap.fun.GlobalFunTable
- All Implemented Interfaces:
FunTable
Global function table contains builtin functions and global user-defined
functions.
- Author:
- Gang Chen
-
Nested Class Summary
Nested classes/interfaces inherited from interface mondrian.olap.FunTable
FunTable.Builder -
Method Summary
Modifier and TypeMethodDescriptionvoiddefineFunctions(FunTable.Builder builder) This method is called from the constructor, to define the set of functions and reserved words recognized.static GlobalFunTableinstance()Methods inherited from class mondrian.olap.fun.FunTableImpl
getFunInfoList, getReservedWords, getResolvers, getResolvers, init, isProperty, isReserved
-
Method Details
-
instance
-
defineFunctions
Description copied from interface:FunTableThis method is called from the constructor, to define the set of functions and reserved words recognized.The implementing class calls
FunTable.Buildermethods to declare functions and reserved words.Derived class can override this method to add more functions. It must call the base method.
- Parameters:
builder- Builder
-