Function duckdb_create_uint32

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

Creates a value from a uint32_t (a uinteger)

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