Function libduckdb_sys::duckdb_uhugeint_to_double

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

Converts a duckdb_uhugeint object (as obtained from a DUCKDB_TYPE_UHUGEINT column) into a double.

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