Function duckdb_get_int8

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

Returns the int8_t value of the given value.

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