pub unsafe extern "C" fn duckdb_create_int32(
input: i32,
) -> duckdb_value
Expand description
Creates a value from an int32_t (an integer)
@param input The integer value
@return The value. This must be destroyed with duckdb_destroy_value
.
pub unsafe extern "C" fn duckdb_create_int32(
input: i32,
) -> duckdb_value
Creates a value from an int32_t (an integer)
@param input The integer value
@return The value. This must be destroyed with duckdb_destroy_value
.