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
pub unsafe extern "C" fn duckdb_get_int32(val: duckdb_value) -> i32
Returns the int32_t value of the given value.
@param val A duckdb_value containing an integer
@return A int32_t, or MinValue