pub unsafe extern "C" fn dpiSodaColl_remove(
coll: *mut dpiSodaColl,
options: *const dpiSodaOperOptions,
flags: u32,
count: *mut u64,
) -> c_intExpand description
Removes all of the documents in the collection that match the specified options.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.