register_all

Function register_all 

Source
pub fn register_all(registry: &mut dyn FunctionRegistry) -> Result<()>
Expand description

Register all JSON UDFs, and [rewrite::JsonFunctionRewriter] with the provided FunctionRegistry.

§Arguments

  • registry: FunctionRegistry to register the UDFs

§Errors

Returns an error if the UDFs cannot be registered or if the rewriter cannot be registered.