dpiSodaColl_getDocCount

Function dpiSodaColl_getDocCount 

Source
pub unsafe extern "C" fn dpiSodaColl_getDocCount(
    coll: *mut dpiSodaColl,
    options: *const dpiSodaOperOptions,
    flags: u32,
    count: *mut u64,
) -> c_int
Expand description

Returns the number of documents in the collection that match the specified options.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.