Function duckdb_create_decimal

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

Creates a DECIMAL value from a duckdb_decimal

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