Function finalize_raw

Source
pub unsafe fn finalize_raw(func: &mut Box<dyn TableFunction>) -> Result<i64>
Expand description

Wrapper over finalize method.

Returns may be nullptr. Otherwise, returns i64 as *mut FFI_ArrowArrayStream.

ยงSAFETY

This function is unsafe because it dereferences a raw pointer and expects the caller to ensure that the pointer is valid and points to a Box<dyn TableFunction>.