![]() |
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.
|
This is the complete list of members for duckdb::ArrowTypeExtension, including all inherited members.
| ArrowTypeExtension() (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | inline |
| ArrowTypeExtension(ArrowExtensionMetadata &extension_metadata, unique_ptr< ArrowType > type) | duckdb::ArrowTypeExtension | explicit |
| ArrowTypeExtension(string extension_name, string arrow_format, shared_ptr< ArrowTypeExtensionData > type) | duckdb::ArrowTypeExtension | |
| ArrowTypeExtension(string vendor_name, string type_name, string arrow_format, shared_ptr< ArrowTypeExtensionData > type) (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | |
| ArrowTypeExtension(string extension_name, populate_arrow_schema_t populate_arrow_schema, get_type_t get_type, shared_ptr< ArrowTypeExtensionData > type) | duckdb::ArrowTypeExtension | |
| ArrowTypeExtension(string vendor_name, string type_name, populate_arrow_schema_t populate_arrow_schema, get_type_t get_type, shared_ptr< ArrowTypeExtensionData > type, cast_arrow_duck_t arrow_to_duckdb, cast_duck_arrow_t duckdb_to_arrow) (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | |
| extension_metadata | duckdb::ArrowTypeExtension | private |
| get_type | duckdb::ArrowTypeExtension | |
| GetInfo() const (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | |
| GetLogicalType() const (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | |
| GetLogicalTypeId() const (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | |
| GetType(ClientContext &context, const ArrowSchema &schema, const ArrowSchemaMetadata &schema_metadata) const (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | |
| GetTypeExtension() const (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | |
| HasType() const (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | |
| populate_arrow_schema | duckdb::ArrowTypeExtension | |
| PopulateArrowSchema(DuckDBArrowSchemaHolder &root_holder, ArrowSchema &child, const LogicalType &duckdb_type, ClientContext &context, const ArrowTypeExtension &extension) (defined in duckdb::ArrowTypeExtension) | duckdb::ArrowTypeExtension | static |
| type_extension | duckdb::ArrowTypeExtension | private |