import


Description:

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

Parameters:

c_abi_schema

A `struct ArrowSchema *`.

Returns:

An imported DataType on success, null on error.

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