Function arrow_udf::ffi::record_batch_iterator_drop

source ·
#[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.