sparrow 0.3.0
|
Specifies the ownership model when passing Arrow data to another system through ArrowArray
and ArrowSchema
More...
#include <c_interface.hpp>
Public Attributes | |
ownership | schema = ownership::not_owning |
< Specifies if the ownership of the schema data | |
ownership | array = ownership::not_owning |
Specifies the ownership model when passing Arrow data to another system through ArrowArray
and ArrowSchema
Definition at line 92 of file c_interface.hpp.
ownership sparrow::arrow_data_ownership::array = ownership::not_owning |
Definition at line 98 of file c_interface.hpp.
ownership sparrow::arrow_data_ownership::schema = ownership::not_owning |
< Specifies if the ownership of the schema data
Specifies if the ownership of the array data
Definition at line 95 of file c_interface.hpp.