quackdb_internal::ffi

Function duckdb_append_int8

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

Append an int8_t value to the appender.