Function libduckdb_sys::duckdb_appender_column_count

source ·
pub unsafe extern "C" fn duckdb_appender_column_count(
    appender: duckdb_appender
) -> idx_t
Expand description

Returns the number of columns in the table that belongs to the appender.

appender The appender to get the column count from. returns: The number of columns in the table.