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
duckdb::ArrowStructInfo Struct Reference
Inheritance diagram for duckdb::ArrowStructInfo:
Collaboration diagram for duckdb::ArrowStructInfo:

Public Member Functions

 ArrowStructInfo (vector< shared_ptr< ArrowType > > children)
 
idx_t ChildCount () const
 
const ArrowTypeGetChild (idx_t index) const
 
const vector< shared_ptr< ArrowType > > & GetChildren () const
 
- Public Member Functions inherited from duckdb::ArrowTypeInfo
 ArrowTypeInfo (ArrowTypeInfoType type)
 
template<class TARGET >
TARGETCast ()
 
template<class TARGET >
const TARGETCast () const
 

Static Public Attributes

static constexpr const ArrowTypeInfoType TYPE = ArrowTypeInfoType::STRUCT
 

Private Attributes

vector< shared_ptr< ArrowType > > children
 

Additional Inherited Members

- Public Attributes inherited from duckdb::ArrowTypeInfo
ArrowTypeInfoType type
 

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