Function duckdb_scalar_function_get_bind_data

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

Gets the scalar function’s bind data set by duckdb_scalar_function_set_bind_data.

Note that the bind data is read-only.

@param info The function info. @return The bind data object.