Function duckdb_create_null_value

Source
pub unsafe extern "C" fn duckdb_create_null_value() -> duckdb_value
Expand description

Creates a value of type SQLNULL.

@return The duckdb_value representing SQLNULL. This must be destroyed with duckdb_destroy_value.