duckdb_scalar_function_bind_get_extra_info

Function duckdb_scalar_function_bind_get_extra_info 

Source
pub unsafe extern "C" fn duckdb_scalar_function_bind_get_extra_info(
    info: duckdb_bind_info,
) -> *mut c_void
Expand description

Retrieves the extra info of the function as set in the bind info.

@param info The info object. @return The extra info.