Function libduckdb_sys::duckdb_value_is_null

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

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