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

Public Member Functions

 ExplainStatement (unique_ptr< SQLStatement > stmt, ExplainType explain_type=ExplainType::EXPLAIN_STANDARD, ExplainFormat explain_format=ExplainFormat::DEFAULT)
 
unique_ptr< SQLStatementCopy () const override
 Create a copy of this SelectStatement.
 
string OptionsToString () const
 
string ToString () const override
 
- Public Member Functions inherited from duckdb::SQLStatement
 SQLStatement (StatementType type)
 
template<class TARGET >
TARGETCast ()
 
template<class TARGET >
const TARGETCast () const
 

Public Attributes

unique_ptr< SQLStatementstmt
 
ExplainType explain_type
 
ExplainFormat explain_format = ExplainFormat::DEFAULT
 
- Public Attributes inherited from duckdb::SQLStatement
StatementType type
 The statement type.
 
idx_t stmt_location = 0
 The statement location within the query string.
 
idx_t stmt_length = 0
 The statement length within the query string.
 
case_insensitive_map_t< idx_tnamed_param_map
 The map of named parameter to param index.
 
string query
 The query text that corresponds to this SQL statement.
 

Static Public Attributes

static constexpr const StatementType TYPE = StatementType::EXPLAIN_STATEMENT
 
- Static Public Attributes inherited from duckdb::SQLStatement
static constexpr const StatementType TYPE = StatementType::INVALID_STATEMENT
 

Protected Member Functions

 ExplainStatement (const ExplainStatement &other)
 
- Protected Member Functions inherited from duckdb::SQLStatement
 SQLStatement (const SQLStatement &other)=default
 

Member Function Documentation

◆ Copy()

unique_ptr< SQLStatement > duckdb::ExplainStatement::Copy ( ) const
overridevirtual

Create a copy of this SelectStatement.

Implements duckdb::SQLStatement.

◆ ToString()

string duckdb::ExplainStatement::ToString ( ) const
overridevirtual

Implements duckdb::SQLStatement.


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