Function duckdb_get_uint64

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

Returns the uint64_t value of the given value.

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