Function duckdb_get_int16

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

Returns the int16_t value of the given value.

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