Function duckdb_get_decimal

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

Returns the duckdb_decimal value of the given value.

@param val A duckdb_value containing a DECIMAL @return A duckdb_decimal, or MinValue if the value cannot be converted