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