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