Function duckdb_create_double

Source
pub unsafe extern "C" fn duckdb_create_double(
    input: f64,
) -> duckdb_value
Expand description

Creates a value from a double

@param input The double value @return The value. This must be destroyed with duckdb_destroy_value.