Function duckdb_get_float

Source
pub unsafe extern "C" fn duckdb_get_float(val: duckdb_value) -> f32
Expand description

Returns the float value of the given value.

@param val A duckdb_value containing a float @return A float, or NAN if the value cannot be converted