pub unsafe extern "C" fn duckdb_arrow_column_count(
result: duckdb_arrow,
) -> idx_tExpand 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.