Function libduckdb_sys::duckdb_result_is_streaming

source ·
pub unsafe extern "C" fn duckdb_result_is_streaming(
    result: duckdb_result
) -> bool
Expand description

Checks if the type of the internal result is StreamQueryResult.

result: The result object to check. returns: Whether or not the result object is of the type StreamQueryResult