Function libduckdb_sys::duckdb_create_int64

source ·
pub unsafe extern "C" fn duckdb_create_int64(val: i64) -> 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.