quackdb_internal::ffi

Function duckdb_append_float

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

Append a float value to the appender.