Function duckdb_create_hugeint

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

Creates a value from a hugeint

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