public class RolapNativeRegistry extends RolapNative
RolapNatives. Uses chain of responsibility
 to select the appropriate RolapNative evaluator.listener| Constructor and Description | 
|---|
RolapNativeRegistry()  | 
| Modifier and Type | Method and Description | 
|---|---|
NativeEvaluator | 
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. | 
void | 
register(String funName,
        RolapNative rn)  | 
public NativeEvaluator createEvaluator(RolapEvaluator evaluator, FunDef fun, Exp[] args)
fun can not
 be executed in SQL for the given context and arguments.public void register(String funName, RolapNative rn)
Copyright © 2017 Hitachi Vantara. All rights reserved.