quackdb_internal::ffi

Function duckdb_value_is_null

Source
pub unsafe extern "C" fn duckdb_value_is_null(
    result: *mut duckdb_result,
    col: u64,
    row: u64,
) -> bool
Expand description

returns: Returns true if the value at the specified index is NULL, and false otherwise.