Skip to main content

duckdb_copy_function_bind_get_column_count

Function duckdb_copy_function_bind_get_column_count 

Source
pub unsafe extern "C" fn duckdb_copy_function_bind_get_column_count(
    info: duckdb_copy_function_bind_info,
) -> idx_t
Expand description

Retrieves the number of columns that will be provided to the COPY ... TO function.

@param info The bind info provided to the bind function @return The number of columns.