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.
@return Returns true if the value at the specified index is NULL, and false otherwise.