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

Public Member Functions

 CreateIndexInput (ClientContext &context, TableIOManager &table_io_manager, AttachedDatabase &db, IndexConstraintType constraint_type, const string &name, const vector< column_t > &column_ids, const vector< unique_ptr< Expression > > &unbound_expressions, const IndexStorageInfo &storage_info, const case_insensitive_map_t< Value > &options)
 

Public Attributes

ClientContextcontext
 
TableIOManagertable_io_manager
 
AttachedDatabasedb
 
IndexConstraintType constraint_type
 
const string & name
 
const vector< column_t > & column_ids
 
const vector< unique_ptr< Expression > > & unbound_expressions
 
const IndexStorageInfostorage_info
 
const case_insensitive_map_t< Value > & options
 

Constructor & Destructor Documentation

◆ CreateIndexInput()

duckdb::CreateIndexInput::CreateIndexInput ( ClientContext context,
TableIOManager table_io_manager,
AttachedDatabase db,
IndexConstraintType  constraint_type,
const string &  name,
const vector< column_t > &  column_ids,
const vector< unique_ptr< Expression > > &  unbound_expressions,
const IndexStorageInfo storage_info,
const case_insensitive_map_t< Value > &  options 
)
inline
38288 : context(context), table_io_manager(table_io_manager), db(db), constraint_type(constraint_type), name(name),
38289 column_ids(column_ids), unbound_expressions(unbound_expressions), storage_info(storage_info),
38290 options(options) {};

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