pub unsafe extern "C" fn duckdb_get_float(val: duckdb_value) -> f32Expand 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
pub unsafe extern "C" fn duckdb_get_float(val: duckdb_value) -> f32Returns 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