| Package | Description |
|---|---|
| org.apache.drill.exec.expr.fn |
| Modifier and Type | Class and Description |
|---|---|
class |
DrillComplexWriterAggFuncHolder |
class |
DrillComplexWriterFuncHolder |
class |
DrillFuncHolder |
class |
DrillSimpleFuncHolder
Definition of a Drill function defined using the
@FunctionTemplate annotation of the class which
implements the function. |
| Modifier and Type | Method and Description |
|---|---|
AbstractFuncHolder |
FunctionImplementationRegistry.findNonDrillFunction(FunctionCall functionCall)
Find function implementation for given
functionCall in non-Drill function registries such as Hive UDF
registry. |
AbstractFuncHolder |
FunctionLookupContext.findNonDrillFunction(FunctionCall functionCall)
Find function implementation for given
functionCall in non-Drill function registries such as Hive UDF
registry. |
AbstractFuncHolder |
PluggableFunctionRegistry.getFunction(FunctionCall functionCall)
If exists return the function implementation holder matching the given
functionCall expression,
otherwise null. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.