Skip to main content

laminar_stream_next

Function laminar_stream_next 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_stream_next( stream: *mut LaminarQueryStream, out: *mut *mut LaminarRecordBatch, ) -> i32
Expand 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.