pub unsafe extern "C" fn duckdb_get_blob(
val: duckdb_value,
) -> duckdb_blobExpand description
Returns the blob value of the given value.
@param val A duckdb_value containing a blob @return A duckdb_blob
pub unsafe extern "C" fn duckdb_get_blob(
val: duckdb_value,
) -> duckdb_blobReturns the blob value of the given value.
@param val A duckdb_value containing a blob @return A duckdb_blob