pub unsafe extern "C" fn duckdb_create_double(
input: f64,
) -> duckdb_valueExpand description
Creates a value from a double
@param input The double value
@return The value. This must be destroyed with duckdb_destroy_value.
pub unsafe extern "C" fn duckdb_create_double(
input: f64,
) -> duckdb_valueCreates a value from a double
@param input The double value
@return The value. This must be destroyed with duckdb_destroy_value.