pub unsafe extern "C" fn duckdb_get_varint(
val: duckdb_value,
) -> duckdb_varint
Expand description
Returns the duckdb_varint value of the given value.
The data
field must be destroyed with duckdb_free
.
@param val A duckdb_value containing a VARINT
@return A duckdb_varint. The data
field must be destroyed with duckdb_free
.