duckdb_get_uint32

Function duckdb_get_uint32 

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

Returns the uint32_t value of the given value.

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