pub fn to_ffi(
data: &ArrayData,
) -> Result<(FFI_ArrowArray, FFI_ArrowSchema), ArrowError>
Expand description
Export to the C Data Interface
pub fn to_ffi(
data: &ArrayData,
) -> Result<(FFI_ArrowArray, FFI_ArrowSchema), ArrowError>
Export to the C Data Interface