static class RolapSchema.RolapSchemaFunctionTable extends FunTableImpl
FunTable.Builder| Constructor and Description | 
|---|
RolapSchema.RolapSchemaFunctionTable(Collection<UdfResolver.UdfFactory> udfs)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
defineFunctions(FunTable.Builder builder)
This method is called from the constructor, to define the set of
 functions and reserved words recognized. 
 | 
getFunInfoList, getReservedWords, getResolvers, getResolvers, init, isProperty, isReservedRolapSchema.RolapSchemaFunctionTable(Collection<UdfResolver.UdfFactory> udfs)
public void defineFunctions(FunTable.Builder builder)
FunTableThe 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