Function duckdb_get_uuid

Source
pub unsafe extern "C" fn duckdb_get_uuid(
    val: duckdb_value,
) -> duckdb_uhugeint
Expand description

Returns a duckdb_uhugeint representing the UUID value of the given value.

@param val A duckdb_value containing a UUID @return A duckdb_uhugeint representing the UUID value