duckdb_result_is_streaming

Function duckdb_result_is_streaming 

Source
pub unsafe extern "C" fn duckdb_result_is_streaming(
    result: duckdb_result,
) -> bool
Expand 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