Function libduckdb_sys::duckdb_result_return_type

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

Returns the return_type of the given result, or DUCKDB_RETURN_TYPE_INVALID on error

result: The result object returns: The return_type