dpiSodaColl_remove

Function dpiSodaColl_remove 

Source
pub unsafe extern "C" fn dpiSodaColl_remove(
    coll: *mut dpiSodaColl,
    options: *const dpiSodaOperOptions,
    flags: u32,
    count: *mut u64,
) -> c_int
Expand 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.