Function libduckdb_sys::duckdb_double_to_uhugeint

source ·
pub unsafe extern "C" fn duckdb_double_to_uhugeint(
    val: f64
) -> duckdb_uhugeint
Expand description

Converts a double value to a duckdb_uhugeint object.

If the conversion fails because the double value is too big the result will be 0.

val: The double value. returns: The converted duckdb_uhugeint element.