Function duckdb_get_uint16

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

Returns the uint16_t value of the given value.

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