public interface FunctionResolver
| Modifier and Type | Method and Description |
|---|---|
DrillFuncHolder |
getBestMatch(List<DrillFuncHolder> methods,
FunctionCall call)
Creates a placeholder SqlFunction for an invocation of a function with a
possibly qualified name.
|
DrillFuncHolder getBestMatch(List<DrillFuncHolder> methods, FunctionCall call)
methods - a list of candidates of DrillFuncHolder to be chosen fromcall - a given function call whose DrillFuncHolder is to be determined via this methodCopyright © 2022 The Apache Software Foundation. All rights reserved.