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
pub unsafe extern "C" fn duckdb_get_int64(val: duckdb_value) -> i64
Returns the int64_t value of the given value.
@param val A duckdb_value containing a bigint
@return A int64_t, or MinValue