pub fn export_array_to_c(array: Box<dyn Array>) -> ArrowArray
Expand description

Exports an Box<dyn Array> to the C data interface.