Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
ArrowSchema Struct Reference
Collaboration diagram for ArrowSchema:

Public Member Functions

void Init ()
 Initialize all fields.
 

Public Attributes

const char * format
 Array type description.
 
const char * name
 
const char * metadata
 
int64_t flags
 
int64_t n_children
 
struct ArrowSchema ** children
 
struct ArrowSchemadictionary
 
void(* release )(struct ArrowSchema *)
 Release callback.
 
void * private_data
 Opaque producer-specific data.
 

Member Function Documentation

◆ Init()

void ArrowSchema::Init ( )
inline

Initialize all fields.

11279 {
11280 flags = 0;
11281 n_children = 0;
11282 release = nullptr;
11283 private_data = nullptr;
11284 }
void * private_data
Opaque producer-specific data.
Definition duckdb.hpp:11276
void(* release)(struct ArrowSchema *)
Release callback.
Definition duckdb.hpp:11274

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