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