pub unsafe extern "C" fn duckdb_append_null(
appender: *mut _duckdb_appender,
) -> u32
Expand description
Append a NULL value to the appender (of any type).
pub unsafe extern "C" fn duckdb_append_null(
appender: *mut _duckdb_appender,
) -> u32
Append a NULL value to the appender (of any type).