Function duckdb_get_uint8

Source
pub unsafe extern "C" fn duckdb_get_uint8(val: duckdb_value) -> u8
Expand description

Returns the uint8_t value of the given value.

@param val A duckdb_value containing a utinyint @return A uint8_t, or MinValue if the value cannot be converted