Function libduckdb_sys::duckdb_get_int64

source ·
pub unsafe extern "C" fn duckdb_get_int64(value: 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