#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_batch_export(
batch: *mut LaminarRecordBatch,
out_array: *mut FFI_ArrowArray,
out_schema: *mut FFI_ArrowSchema,
) -> i32Expand description
Export a RecordBatch to the Arrow C Data Interface.
ยงSafety
batch, out_array, and out_schema must be valid non-null pointers;
caller must call the release callbacks on both output structs.