quackdb_internal::ffi

Function duckdb_append_uint8

Source
pub unsafe extern "C" fn duckdb_append_uint8(
    appender: *mut _duckdb_appender,
    value: u8,
) -> u32
Expand description

Append a uint8_t value to the appender.