Function duckdb_create_uuid

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

Creates a UUID value from a uhugeint

@param input The duckdb_uhugeint containing the UUID @return The value. This must be destroyed with duckdb_destroy_value.