public interface PluggableFunctionRegistry
Modifier and Type | Method and Description |
---|---|
AbstractFuncHolder |
getFunction(FunctionCall functionCall)
If exists return the function implementation holder matching the given
functionCall expression,
otherwise null. |
void |
register(DrillOperatorTable operatorTable)
Register functions in given operator table.
|
void register(DrillOperatorTable operatorTable)
operatorTable
- AbstractFuncHolder getFunction(FunctionCall functionCall)
functionCall
expression,
otherwise null.functionCall
- Copyright © 1970 The Apache Software Foundation. All rights reserved.