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

Public Attributes

CSVStateMachineOptions state_machine_options
 
idx_t num_cols = 0
 Expected number of columns.
 
CSVOption< bool > header = false
 Whether the file has a header line.
 
map< LogicalTypeId, CSVOption< StrpTimeFormat > > date_format
 The date format to use (if any is specified)
 
CSVOption< idx_tskip_rows = 0
 How many leading rows to skip.
 
idx_t rows_until_header = 0
 

Member Data Documentation

◆ date_format

map<LogicalTypeId, CSVOption<StrpTimeFormat> > duckdb::DialectOptions::date_format
Initial value:
= {{LogicalTypeId::DATE, {}},
{LogicalTypeId::TIMESTAMP, {}}}

The date format to use (if any is specified)

51711 {{LogicalTypeId::DATE, {}},
51712 {LogicalTypeId::TIMESTAMP, {}}};

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