Function libduckdb_sys::duckdb_arrow_column_count[][src]

pub unsafe extern "C" fn duckdb_arrow_column_count(
    result: duckdb_arrow
) -> idx_t
Expand description

Returns the number of columns present in a the arrow result object.

result: The result object. returns: The number of columns present in the result object.