Uses of Interface
org.apache.drill.exec.resolver.FunctionResolver
-
Uses of FunctionResolver in org.apache.drill.exec.expr.fn
Modifier and TypeMethodDescriptionFunctionImplementationRegistry.findDrillFunction
(FunctionResolver functionResolver, FunctionCall functionCall) First attempts to find the Drill function implementation that matches the name, arg types and return type.FunctionLookupContext.findDrillFunction
(FunctionResolver functionResolver, FunctionCall functionCall) Method returns the materialized drill function corresponding to the functioncall that is passed in -
Uses of FunctionResolver in org.apache.drill.exec.resolver
Modifier and TypeMethodDescriptionstatic FunctionResolver
FunctionResolverFactory.getExactResolver
(FunctionCall call) static FunctionResolver
FunctionResolverFactory.getResolver
(FunctionCall call)