pub unsafe extern "C" fn duckdb_is_null_value(
value: duckdb_value,
) -> boolExpand description
Returns whether the value’s type is SQLNULL or not.
@param value The value to check. @return True, if the value’s type is SQLNULL, otherwise false.
pub unsafe extern "C" fn duckdb_is_null_value(
value: duckdb_value,
) -> boolReturns whether the value’s type is SQLNULL or not.
@param value The value to check. @return True, if the value’s type is SQLNULL, otherwise false.