Uses of Class
org.apache.drill.exec.expr.fn.AbstractFuncHolder
Packages that use AbstractFuncHolder
-
Uses of AbstractFuncHolder in org.apache.drill.exec.expr.fn
Subclasses of AbstractFuncHolder in org.apache.drill.exec.expr.fnModifier and TypeClassDescriptionclassclassclassclassDefinition of a Drill function defined using the@FunctionTemplateannotation of the class which implements the function.classMethods in org.apache.drill.exec.expr.fn that return AbstractFuncHolderModifier and TypeMethodDescriptionFunctionImplementationRegistry.findNonDrillFunction(FunctionCall functionCall) Find function implementation for givenfunctionCallin non-Drill function registries such as Hive UDF registry.FunctionLookupContext.findNonDrillFunction(FunctionCall functionCall) Find function implementation for givenfunctionCallin non-Drill function registries such as Hive UDF registry.PluggableFunctionRegistry.getFunction(FunctionCall functionCall) If exists return the function implementation holder matching the givenfunctionCallexpression, otherwise null.