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

Public Member Functions

 operator duckdb_data_chunk () const
 

Public Attributes

duckdb_data_chunk chunk
 

Constructor & Destructor Documentation

◆ DataChunkWrapper()

duckdb_adbc::DataChunkWrapper::DataChunkWrapper ( )
inline
57065 : chunk(nullptr) {
57066 }

◆ ~DataChunkWrapper()

duckdb_adbc::DataChunkWrapper::~DataChunkWrapper ( )
inline
57068 {
57069 if (chunk) {
57070 duckdb_destroy_data_chunk(&chunk);
57071 }
57072 }

Member Function Documentation

◆ operator duckdb_data_chunk()

duckdb_adbc::DataChunkWrapper::operator duckdb_data_chunk ( ) const
inlineexplicit
57074 {
57075 return chunk;
57076 }

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