pub unsafe extern "C" fn duckdb_create_uhugeint(
input: duckdb_uhugeint,
) -> duckdb_valueExpand description
Creates a value from a uhugeint
@param input The uhugeint value
@return The value. This must be destroyed with duckdb_destroy_value.
pub unsafe extern "C" fn duckdb_create_uhugeint(
input: duckdb_uhugeint,
) -> duckdb_valueCreates a value from a uhugeint
@param input The uhugeint value
@return The value. This must be destroyed with duckdb_destroy_value.