Package mondrian.rolap
Class RolapNativeRegistry
java.lang.Object
mondrian.rolap.RolapNative
mondrian.rolap.RolapNativeRegistry
Composite of
RolapNative
s. Uses chain of responsibility
to select the appropriate RolapNative
evaluator.-
Field Summary
Fields inherited from class mondrian.rolap.RolapNative
listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateEvaluator
(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.void
register
(String funName, RolapNative rn)
-
Constructor Details
-
RolapNativeRegistry
public RolapNativeRegistry()
-
-
Method Details
-
createEvaluator
Returns the matching NativeEvaluator or null iffun
can not be executed in SQL for the given context and arguments. -
register
-