Function duckdb_get_double

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

Returns the double value of the given value.

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