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
pub unsafe extern "C" fn duckdb_get_int16(val: duckdb_value) -> i16
Returns the int16_t value of the given value.
@param val A duckdb_value containing a smallint
@return A int16_t, or MinValue