Function duckdb_scalar_function_get_client_context

Source
pub unsafe extern "C" fn duckdb_scalar_function_get_client_context(
    info: duckdb_bind_info,
    out_context: *mut duckdb_client_context,
)
Expand description

Retrieves the client context of the bind info of a scalar function.

@param info The bind info object of the scalar function. @param out_context The client context of the bind info. Must be destroyed with duckdb_destroy_client_context.