import


Description:

[ Version ( since = "6.0.0" ) ]
public static RecordBatchReader? import (void* c_abi_array_stream) throws Error

Parameters:

c_abi_array_stream

A `struct ArrowArrayStream *`.

Returns:

An imported RecordBatchReader on success, null on error.

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