![]() |
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.
|
The partitions of a distributed/partitioned result set. More...
#include <duckdb.hpp>
Public Attributes | |
| size_t | num_partitions |
| The number of partitions. | |
| const uint8_t ** | partitions |
| The partitions of the result set, where each entry (up to num_partitions entries) is an opaque identifier that can be passed to AdbcConnectionReadPartition. | |
| const size_t * | partition_lengths |
| The length of each corresponding entry in partitions. | |
| void * | private_data |
| Opaque implementation-defined state. This field is NULLPTR iff the connection is unintialized/freed. | |
| void(* | release )(struct AdbcPartitions *partitions) |
| Release the contained partitions. | |
The partitions of a distributed/partitioned result set.
| void(* AdbcPartitions::release) (struct AdbcPartitions *partitions) |
Release the contained partitions.
Unlike other structures, this is an embedded callback to make it easier for the driver manager and driver to cooperate.