#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_stream_next(
stream: *mut LaminarQueryStream,
out: *mut *mut LaminarRecordBatch,
) -> i32Expand description
Get the next batch from a query stream (blocking). Sets *out to NULL when exhausted.
ยงSafety
stream and out must be valid non-null pointers.