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
.
pub unsafe extern "C" fn duckdb_create_null_value() -> duckdb_value
Creates a value of type SQLNULL.
@return The duckdb_value representing SQLNULL. This must be destroyed with duckdb_destroy_value
.