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::RelationContextWrapper Class Reference
Inheritance diagram for duckdb::RelationContextWrapper:
Collaboration diagram for duckdb::RelationContextWrapper:

Public Member Functions

 RelationContextWrapper (const shared_ptr< ClientContext > &context)
 
 RelationContextWrapper (const ClientContextWrapper &context)
 
void TryBindRelation (Relation &relation, vector< ColumnDefinition > &columns) override
 
- Public Member Functions inherited from duckdb::ClientContextWrapper
 ClientContextWrapper (const shared_ptr< ClientContext > &context)
 
shared_ptr< ClientContextGetContext ()
 
shared_ptr< ClientContextTryGetContext ()
 

Private Attributes

weak_ptr< ClientContextclient_context
 

Constructor & Destructor Documentation

◆ RelationContextWrapper() [1/2]

duckdb::RelationContextWrapper::RelationContextWrapper ( const shared_ptr< ClientContext > &  context)
inlineexplicit
42069: ClientContextWrapper(context) {};

◆ RelationContextWrapper() [2/2]

duckdb::RelationContextWrapper::RelationContextWrapper ( const ClientContextWrapper context)
inlineexplicit
42071: ClientContextWrapper(context) {};

Member Function Documentation

◆ TryBindRelation()

void duckdb::RelationContextWrapper::TryBindRelation ( Relation relation,
vector< ColumnDefinition > &  columns 
)
inlineoverridevirtual

Reimplemented from duckdb::ClientContextWrapper.

42073 {
42074 GetContext()->TryBindRelation(relation, columns);
42075 }

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