Function duckdb_get_hugeint

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

Returns the hugeint value of the given value.

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