pub unsafe extern "C" fn duckdb_create_int8(input: i8) -> duckdb_valueExpand description
Creates a value from a int8_t (a tinyint)
@param input The tinyint value
@return The value. This must be destroyed with duckdb_destroy_value.
pub unsafe extern "C" fn duckdb_create_int8(input: i8) -> duckdb_valueCreates a value from a int8_t (a tinyint)
@param input The tinyint value
@return The value. This must be destroyed with duckdb_destroy_value.