Uses of Interface
mondrian.olap.NativeEvaluator
-
Packages that use NativeEvaluator 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. -
-
Uses of NativeEvaluator in mondrian.olap
Methods in mondrian.olap that return NativeEvaluator Modifier and Type Method 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. -
Uses of NativeEvaluator in mondrian.rolap
Classes in mondrian.rolap that implement NativeEvaluator Modifier and Type Class Description protected class
RolapNativeSet.SetEvaluator
Methods in mondrian.rolap that return NativeEvaluator Modifier and Type Method Description NativeEvaluator
RolapNativeRegistry. createEvaluator(RolapEvaluator evaluator, FunDef fun, Exp[] args)
Returns the matching NativeEvaluator or null iffun
can not be executed in SQL for the given context and arguments.NativeEvaluator
RolapSchemaReader. getNativeSetEvaluator(FunDef fun, Exp[] args, Evaluator evaluator, Calc calc)
-