Function duckdb_get_int32

Source
pub unsafe extern "C" fn duckdb_get_int32(val: duckdb_value) -> i32
Expand description

Returns the int32_t value of the given value.

@param val A duckdb_value containing an integer @return A int32_t, or MinValue if the value cannot be converted