pub unsafe extern "C" fn duckdb_get_int8(val: duckdb_value) -> i8Expand description
Returns the int8_t value of the given value.
@param val A duckdb_value containing a tinyint
@return A int8_t, or MinValue
pub unsafe extern "C" fn duckdb_get_int8(val: duckdb_value) -> i8Returns the int8_t value of the given value.
@param val A duckdb_value containing a tinyint
@return A int8_t, or MinValue