quackdb_internal::ffi

Function duckdb_append_int16

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

Append an int16_t value to the appender.