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::StrpTimeFormat::ParseResult Struct Reference

Type-safe parsing argument. More...

#include <duckdb.hpp>

Collaboration diagram for duckdb::StrpTimeFormat::ParseResult:

Public Member Functions

int32_t GetMicros () const
 
date_t ToDate ()
 
dtime_t ToTime ()
 
int64_t ToTimeNS ()
 
timestamp_t ToTimestamp ()
 
timestamp_ns_t ToTimestampNS ()
 
bool TryToDate (date_t &result)
 
bool TryToTime (dtime_t &result)
 
bool TryToTimestamp (timestamp_t &result)
 
bool TryToTimestampNS (timestamp_ns_t &result)
 
DUCKDB_API string FormatError (string_t input, const string &format_specifier)
 

Public Attributes

int32_t data [8]
 
string tz
 
string error_message
 
optional_idx error_position
 
bool is_special
 
date_t special
 

Detailed Description

Type-safe parsing argument.


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