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