pub unsafe extern "C" fn duckdb_get_uuid(
val: duckdb_value,
) -> duckdb_uhugeintExpand 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