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