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

Public Member Functions

 VariantPersistentColumnData (const LogicalType &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

LogicalType logical_type
 

Static Public Attributes

static constexpr auto TYPE = ExtraPersistentColumnDataType::VARIANT
 

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

◆ VariantPersistentColumnData() [1/2]

duckdb::VariantPersistentColumnData::VariantPersistentColumnData ( )
inline
49530 : ExtraPersistentColumnData(TYPE) {
49531 }
TYPE

◆ VariantPersistentColumnData() [2/2]

duckdb::VariantPersistentColumnData::VariantPersistentColumnData ( const LogicalType storage_type)
inlineexplicit
49533 : ExtraPersistentColumnData(TYPE), logical_type(storage_type) {
49534 }

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