pub unsafe extern "C" fn duckdb_append_hugeint(
appender: *mut _duckdb_appender,
value: duckdb_hugeint,
) -> u32
Expand description
Append a duckdb_hugeint value to the appender.
pub unsafe extern "C" fn duckdb_append_hugeint(
appender: *mut _duckdb_appender,
value: duckdb_hugeint,
) -> u32
Append a duckdb_hugeint value to the appender.