|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.olap.fun.FunTableImpl
mondrian.rolap.RolapSchema.RolapSchemaFunctionTable
static class RolapSchema.RolapSchemaFunctionTable
Function table which contains all of the user-defined functions in this schema, plus all of the standard functions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface mondrian.olap.FunTable |
---|
FunTable.Builder |
Constructor Summary | |
---|---|
RolapSchema.RolapSchemaFunctionTable(java.util.Collection<UserDefinedFunction> udfs)
|
Method Summary | |
---|---|
void |
defineFunctions(FunTable.Builder builder)
This method is called from the constructor, to define the set of functions and reserved words recognized. |
Methods inherited from class mondrian.olap.fun.FunTableImpl |
---|
getFunInfoList, getReservedWords, getResolvers, getResolvers, init, isProperty, isReserved |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
RolapSchema.RolapSchemaFunctionTable(java.util.Collection<UserDefinedFunction> udfs)
Method Detail |
---|
public void defineFunctions(FunTable.Builder builder)
FunTable
The implementing class calls FunTable.Builder
methods to declare
functions and reserved words.
Derived class can override this method to add more functions. It must call the base method.
builder
- Builder
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |