quackdb_internal::ffi

Function duckdb_append_int64

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

Append an int64_t value to the appender.