| Package | Description | 
|---|---|
| mondrian.olap | 
 Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. 
 | 
| mondrian.rolap | 
 Implements the data access layer for the olap package. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NativeEvaluator | 
DelegatingSchemaReader.getNativeSetEvaluator(FunDef fun,
                     Exp[] args,
                     Evaluator evaluator,
                     Calc calc)  | 
NativeEvaluator | 
SchemaReader.getNativeSetEvaluator(FunDef fun,
                     Exp[] args,
                     Evaluator evaluator,
                     Calc calc)
Returns an object which can evaluate an expression in native SQL, or
 null if this is not possible. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
RolapNativeSet.SetEvaluator  | 
| Modifier and Type | Method and Description | 
|---|---|
NativeEvaluator | 
RolapNativeRegistry.createEvaluator(RolapEvaluator evaluator,
               FunDef fun,
               Exp[] args)
Returns the matching NativeEvaluator or null if  
fun can not
 be executed in SQL for the given context and arguments. | 
NativeEvaluator | 
RolapSchemaReader.getNativeSetEvaluator(FunDef fun,
                     Exp[] args,
                     Evaluator evaluator,
                     Calc calc)  | 
Copyright © 2017 Hitachi Vantara. All rights reserved.