Skip to main content

record_batch_iterator_drop

Function record_batch_iterator_drop 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn record_batch_iterator_drop( iter: *mut RecordBatchIter, )
Expand description

Drop the iterator.

ยงSafety

iter must be valid pointers.