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

Public Member Functions

 ExtraDropSecretInfo (const ExtraDropSecretInfo &info)
 
unique_ptr< ExtraDropInfoCopy () const override
 
void Serialize (Serializer &serializer) const override
 
- Public Member Functions inherited from duckdb::ExtraDropInfo
 ExtraDropInfo (ExtraDropInfoType info_type)
 
template<class TARGET >
TARGETCast ()
 
template<class TARGET >
const TARGETCast () const
 

Static Public Member Functions

static unique_ptr< ExtraDropInfoDeserialize (Deserializer &deserializer)
 
- Static Public Member Functions inherited from duckdb::ExtraDropInfo
static unique_ptr< ExtraDropInfoDeserialize (Deserializer &deserializer)
 

Public Attributes

SecretPersistType persist_mode
 Secret Persistence.
 
string secret_storage
 (optional) the name of the storage to drop from
 
- Public Attributes inherited from duckdb::ExtraDropInfo
ExtraDropInfoType info_type
 

Member Function Documentation

◆ Copy()

unique_ptr< ExtraDropInfo > duckdb::ExtraDropSecretInfo::Copy ( ) const
overridevirtual

Implements duckdb::ExtraDropInfo.

◆ Serialize()

void duckdb::ExtraDropSecretInfo::Serialize ( Serializer serializer) const
overridevirtual

Reimplemented from duckdb::ExtraDropInfo.


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