pub type duckdb_value = *mut _duckdb_value;
Expand description
! A value of a logical type.
! Must be destroyed with duckdb_destroy_value
.
pub type duckdb_value = *mut _duckdb_value;
! A value of a logical type.
! Must be destroyed with duckdb_destroy_value
.