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 NativeEvaluatorDelegatingSchemaReader. getNativeSetEvaluator(FunDef fun, Exp[] args, Evaluator evaluator, Calc calc)NativeEvaluatorSchemaReader. 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 classRolapNativeSet.SetEvaluatorMethods in mondrian.rolap that return NativeEvaluator Modifier and Type Method Description NativeEvaluatorRolapNativeRegistry. createEvaluator(RolapEvaluator evaluator, FunDef fun, Exp[] args)Returns the matching NativeEvaluator or null iffuncan not be executed in SQL for the given context and arguments.NativeEvaluatorRolapSchemaReader. getNativeSetEvaluator(FunDef fun, Exp[] args, Evaluator evaluator, Calc calc)
-