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::GeometryPersistentColumnData Class Referencefinal
Inheritance diagram for duckdb::GeometryPersistentColumnData:
Collaboration diagram for duckdb::GeometryPersistentColumnData:

Public Member Functions

 GeometryPersistentColumnData (GeometryStorageType storage_type)
 
- Public Member Functions inherited from duckdb::ExtraPersistentColumnData
ExtraPersistentColumnDataType GetType () const
 
template<class TARGET >
TARGETCast ()
 
template<class TARGET >
const TARGETCast () const
 
void Serialize (Serializer &serializer) const
 

Public Attributes

GeometryStorageType storage_type
 

Static Public Attributes

static constexpr auto TYPE = ExtraPersistentColumnDataType::GEOMETRY
 

Additional Inherited Members

- Static Public Member Functions inherited from duckdb::ExtraPersistentColumnData
static unique_ptr< ExtraPersistentColumnDataDeserialize (Deserializer &deserializer)
 
- Protected Member Functions inherited from duckdb::ExtraPersistentColumnData
 ExtraPersistentColumnData (ExtraPersistentColumnDataType type_p)
 

Constructor & Destructor Documentation

◆ GeometryPersistentColumnData() [1/2]

duckdb::GeometryPersistentColumnData::GeometryPersistentColumnData ( )
inline
49542 : ExtraPersistentColumnData(TYPE) {
49543 }
TYPE

◆ GeometryPersistentColumnData() [2/2]

duckdb::GeometryPersistentColumnData::GeometryPersistentColumnData ( GeometryStorageType  storage_type)
inlineexplicit
49545 : ExtraPersistentColumnData(TYPE), storage_type(storage_type) {
49546 }

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