pub unsafe extern "C" fn duckdb_get_bit(
val: duckdb_value,
) -> duckdb_bit
Expand description
Returns the duckdb_bit value of the given value.
The data
field must be destroyed with duckdb_free
.
@param val A duckdb_value containing a BIT @return A duckdb_bit