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::PersistentColumnData Struct Reference
Collaboration diagram for duckdb::PersistentColumnData:

Public Member Functions

 PersistentColumnData (const LogicalType &logical_type)
 
 PersistentColumnData (const LogicalType &logical_type, vector< DataPointer > pointers)
 
 PersistentColumnData (const PersistentColumnData &other)=delete
 
PersistentColumnDataoperator= (const PersistentColumnData &)=delete
 
 PersistentColumnData (PersistentColumnData &&other) noexcept=default
 enable move constructors
 
PersistentColumnDataoperator= (PersistentColumnData &&)=default
 
void Serialize (Serializer &serializer) const
 
void DeserializeField (Deserializer &deserializer, field_id_t field_idx, const char *field_name, const LogicalType &type)
 
bool HasUpdates () const
 

Static Public Member Functions

static PersistentColumnData Deserialize (Deserializer &deserializer)
 

Public Attributes

LogicalType logical_type
 
vector< DataPointerpointers
 
vector< PersistentColumnDatachild_columns
 
bool has_updates = false
 
unique_ptr< ExtraPersistentColumnDataextra_data
 Extra persistent data for specific column types.
 

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