duckdb_arrow_column_count

Function duckdb_arrow_column_count 

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

DEPRECATION NOTICE**: This method is scheduled for removal in a future release.

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

@param result The result object. @return The number of columns present in the result object.