quackdb_internal::ffi

Function duckdb_column_count

Source
pub unsafe extern "C" fn duckdb_column_count(
    result: *mut duckdb_result,
) -> u64
Expand description

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

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