Function duckdb_scalar_function_bind_set_error

Source
pub unsafe extern "C" fn duckdb_scalar_function_bind_set_error(
    info: duckdb_bind_info,
    error: *const c_char,
)
Expand description

Report that an error has occurred while calling bind on a scalar function.

@param info The bind info object @param error The error message