sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::arrow_data_ownership Struct Reference

Specifies the ownership model when passing Arrow data to another system through ArrowArray and ArrowSchema More...

#include <c_interface.hpp>

Collaboration diagram for sparrow::arrow_data_ownership:
[legend]

Public Attributes

ownership schema = ownership::not_owning
 < Specifies if the ownership of the schema data
 
ownership array = ownership::not_owning
 

Detailed Description

Specifies the ownership model when passing Arrow data to another system through ArrowArray and ArrowSchema

Definition at line 92 of file c_interface.hpp.

Member Data Documentation

◆ array

ownership sparrow::arrow_data_ownership::array = ownership::not_owning

Definition at line 98 of file c_interface.hpp.

◆ schema

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.


The documentation for this struct was generated from the following file: