import


Description:

[ Version ( since = "6.0.0" ) ]
public static Array? import (void* c_abi_array, DataType data_type) throws Error

Parameters:

c_abi_array

A `struct ArrowArray *`.

data_type

A DataType of the C ABI array.

Returns:

An imported Array on success, null on error.

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