Uses of Class
org.apache.drill.exec.expr.fn.registry.FunctionHolder
-
Uses of FunctionHolder in org.apache.drill.exec.expr.fn
Modifier and TypeMethodDescriptionFunctionImplementationRegistry.getAllJarsWithFunctionsHolders()
Retrieve all functions, mapped by source jars (after syncing) -
Uses of FunctionHolder in org.apache.drill.exec.expr.fn.registry
Modifier 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 jarsModifier and TypeMethodDescriptionvoid
FunctionRegistryHolder.addJars
(Map<String, List<FunctionHolder>> newJars, int version) Adds jars to the function registry.