#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_result_num_batches(
result: *mut LaminarQueryResult,
out: *mut usize,
) -> i32Expand description
Get the number of batches in a query result.
ยงSafety
result and out must be valid non-null pointers.