Function duckdb_create_uint8

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

Creates a value from a uint8_t (a utinyint)

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