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

DEPRECATION NOTICE**: This method is scheduled for removal in a future release.

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