import


Description:

[ Version ( since = "6.0.0" ) ]
public static RecordBatch? import (void* c_abi_array, Schema schema) throws Error

Parameters:

c_abi_array

A `struct ArrowArray *`.

schema

A Schema of the C ABI array.

Returns:

An imported RecordBatch on success, null on error.

You don't need to release the passed `struct ArrowArray *`, even if this function reports an error.