Uses of Class
org.apache.drill.exec.expr.fn.AbstractFuncHolder
-
Uses of AbstractFuncHolder in org.apache.drill.exec.expr.fn
Modifier and TypeClassDescriptionclass
class
class
class
Definition of a Drill function defined using the@FunctionTemplate
annotation of the class which implements the function.class
Modifier and TypeMethodDescriptionFunctionImplementationRegistry.findNonDrillFunction
(FunctionCall functionCall) Find function implementation for givenfunctionCall
in non-Drill function registries such as Hive UDF registry.FunctionLookupContext.findNonDrillFunction
(FunctionCall functionCall) Find function implementation for givenfunctionCall
in non-Drill function registries such as Hive UDF registry.PluggableFunctionRegistry.getFunction
(FunctionCall functionCall) If exists return the function implementation holder matching the givenfunctionCall
expression, otherwise null.