| Package | Description |
|---|---|
| org.apache.drill.exec.expr.fn | |
| org.apache.drill.exec.resolver |
| Modifier and Type | Method and Description |
|---|---|
DrillFuncHolder |
FunctionImplementationRegistry.findDrillFunction(FunctionResolver functionResolver,
FunctionCall functionCall)
First attempts to find the Drill function implementation that matches the name, arg types and return type.
|
DrillFuncHolder |
FunctionLookupContext.findDrillFunction(FunctionResolver functionResolver,
FunctionCall functionCall)
Method returns the materialized drill function corresponding to the functioncall that
is passed in
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFunctionResolver |
class |
ExactFunctionResolver |
| Modifier and Type | Method and Description |
|---|---|
static FunctionResolver |
FunctionResolverFactory.getExactResolver(FunctionCall call) |
static FunctionResolver |
FunctionResolverFactory.getResolver(FunctionCall call) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.