pub unsafe extern "C" fn duckdb_row_count(
result: *mut duckdb_result,
) -> idx_t
Expand description
DEPRECATION NOTICE**: This method is scheduled for removal in a future release.
Returns the number of rows present in the result object.
@param result The result object. @return The number of rows present in the result object.