pub fn register_all(registry: &mut dyn FunctionRegistry) -> Result<()>Expand description
Register all JSON UDFs, and [rewrite::JsonFunctionRewriter] with the provided FunctionRegistry.
§Arguments
registry:FunctionRegistryto register the UDFs
§Errors
Returns an error if the UDFs cannot be registered or if the rewriter cannot be registered.