Function quackdb_internal::ffi::duckdb_create_int64
source · pub unsafe extern "C" fn duckdb_create_int64(
val: i64
) -> *mut _duckdb_value
Expand description
Creates a value from an int64
value: The bigint value
returns: The value. This must be destroyed with duckdb_destroy_value
.