Function duckdb_create_uint64

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

Creates a value from a uint64_t (a ubigint)

@param input The ubigint value @return The value. This must be destroyed with duckdb_destroy_value.