Function duckdb_get_int64

Source
pub unsafe extern "C" fn duckdb_get_int64(val: duckdb_value) -> i64
Expand description

Returns the int64_t value of the given value.

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