pub unsafe extern "C" fn duckdb_create_varint(
input: duckdb_varint,
) -> duckdb_value
Expand description
Creates a VARINT value from a duckdb_varint
@param input The duckdb_varint value
@return The value. This must be destroyed with duckdb_destroy_value
.