Skip to main content

laminar_batch_free

Function laminar_batch_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_batch_free( batch: *mut LaminarRecordBatch, )
Expand description

Free a record batch handle.

§Arguments

  • batch - Record batch handle to free

§Safety

batch must be a valid handle from a laminar function, or NULL.