pub unsafe extern "C" fn duckdb_replacement_scan_set_function_name(
info: *mut c_void,
function_name: *const i8,
)
Expand description
Sets the replacement function name to use. If this function is called in the replacement callback, the replacement scan is performed. If it is not called, the replacement callback is not performed.
info: The info object function_name: The function name to substitute.