Uses of Interface
mondrian.olap.NativeEvaluator
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
-
Uses of NativeEvaluator in mondrian.olap
Modifier and TypeMethodDescriptionDelegatingSchemaReader.getNativeSetEvaluator
(FunDef fun, Exp[] args, Evaluator evaluator, Calc calc) 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
Modifier and TypeMethodDescriptionRolapNativeRegistry.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.RolapSchemaReader.getNativeSetEvaluator
(FunDef fun, Exp[] args, Evaluator evaluator, Calc calc)