Skip to main content

duckdb_copy_function_sink_get_global_state

Function duckdb_copy_function_sink_get_global_state 

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

Retrieves the global state provided during the init-phase of a COPY ... TO function.

@param info The sink info provided to the sink function @return The global state pointer.