Uses of Class
org.apache.drill.exec.expr.fn.registry.FunctionHolder
Packages that use FunctionHolder
-
Uses of FunctionHolder in org.apache.drill.exec.expr.fn
Methods in org.apache.drill.exec.expr.fn that return types with arguments of type FunctionHolderModifier and TypeMethodDescriptionFunctionImplementationRegistry.getAllJarsWithFunctionsHolders()
Retrieve all functions, mapped by source jars (after syncing) -
Uses of FunctionHolder in org.apache.drill.exec.expr.fn.registry
Methods in org.apache.drill.exec.expr.fn.registry that return types with arguments of type FunctionHolderModifier and TypeMethodDescriptionFunctionRegistryHolder.getAllJarsWithFunctionHolders()
Retrieves all functions (holders) associated with all the jars This is read operation, so several users can perform this operation at the same time.LocalFunctionRegistry.getAllJarsWithFunctionsHolders()
Returns a map of all function holders mapped by source jarsMethod parameters in org.apache.drill.exec.expr.fn.registry with type arguments of type FunctionHolderModifier and TypeMethodDescriptionvoid
FunctionRegistryHolder.addJars
(Map<String, List<FunctionHolder>> newJars, int version) Adds jars to the function registry.