pub unsafe extern "C" fn duckdb_result_is_streaming(
result: duckdb_result,
) -> boolExpand description
DEPRECATION NOTICE**: This method is scheduled for removal in a future release.
Checks if the type of the internal result is StreamQueryResult.
@param result The result object to check. @return Whether or not the result object is of the type StreamQueryResult