Uses of Interface
org.apache.drill.exec.resolver.FunctionResolver
Packages that use FunctionResolver
-
Uses of FunctionResolver in org.apache.drill.exec.expr.fn
Methods in org.apache.drill.exec.expr.fn with parameters of type FunctionResolverModifier 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
Classes in org.apache.drill.exec.resolver that implement FunctionResolverMethods in org.apache.drill.exec.resolver that return FunctionResolverModifier and TypeMethodDescriptionstatic FunctionResolverFunctionResolverFactory.getExactResolver(FunctionCall call) static FunctionResolverFunctionResolverFactory.getResolver(FunctionCall call)