quackdb_internal::ffi

Function duckdb_get_int64

Source
pub unsafe extern "C" fn duckdb_get_int64(
    value: *mut _duckdb_value,
) -> i64
Expand description

Obtains an int64 of the given value.

value: The value returns: The int64 value, or 0 if no conversion is possible