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