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_adbc::ConvertedSchemaWrapper Class Reference
Collaboration diagram for duckdb_adbc::ConvertedSchemaWrapper:

Public Member Functions

duckdb_arrow_converted_schemaGetPtr ()
 
 operator duckdb_arrow_converted_schema () const
 
duckdb_arrow_converted_schema Get () const
 

Private Attributes

duckdb_arrow_converted_schema schema
 

Constructor & Destructor Documentation

◆ ConvertedSchemaWrapper()

duckdb_adbc::ConvertedSchemaWrapper::ConvertedSchemaWrapper ( )
inline
57083 : schema(nullptr) {
57084 }

◆ ~ConvertedSchemaWrapper()

duckdb_adbc::ConvertedSchemaWrapper::~ConvertedSchemaWrapper ( )
inline
57085 {
57086 if (schema) {
57087 duckdb_destroy_arrow_converted_schema(&schema);
57088 }
57089 }

Member Function Documentation

◆ GetPtr()

duckdb_arrow_converted_schema * duckdb_adbc::ConvertedSchemaWrapper::GetPtr ( )
inline
57090 {
57091 return &schema;
57092 }

◆ operator duckdb_arrow_converted_schema()

duckdb_adbc::ConvertedSchemaWrapper::operator duckdb_arrow_converted_schema ( ) const
inlineexplicit
57094 {
57095 return schema;
57096 }

◆ Get()

duckdb_arrow_converted_schema duckdb_adbc::ConvertedSchemaWrapper::Get ( ) const
inline
57097 {
57098 return schema;
57099 }

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