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::Time Member List

This is the complete list of members for duckdb::Time, including all inherited members.

ConversionError(const string &str) (defined in duckdb::Time)duckdb::Timestatic
ConversionError(string_t str) (defined in duckdb::Time)duckdb::Timestatic
Convert(dtime_t time, int32_t &out_hour, int32_t &out_min, int32_t &out_sec, int32_t &out_micros)duckdb::Timestatic
FromCString(const char *buf, idx_t len, bool strict=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time)duckdb::Timestatic
FromString(const string &str, bool strict=false, optional_ptr< int32_t > nanos=nullptr)duckdb::Timestatic
FromTime(int32_t hour, int32_t minute, int32_t second, int32_t microseconds=0) (defined in duckdb::Time)duckdb::Timestatic
FromTimeMs(int64_t time_ms) (defined in duckdb::Time)duckdb::Timestatic
FromTimeNs(int64_t time_ns) (defined in duckdb::Time)duckdb::Timestatic
IsValidTime(int32_t hour, int32_t minute, int32_t second, int32_t microseconds) (defined in duckdb::Time)duckdb::Timestatic
NormalizeTimeTZ(dtime_tz_t timetz)duckdb::Timestatic
ToNanoTime(int32_t hour, int32_t minute, int32_t second, int32_t nanoseconds=0) (defined in duckdb::Time)duckdb::Timestatic
ToString(dtime_t time)duckdb::Timestatic
ToUTCOffset(int hour_offset, int minute_offset)duckdb::Timestatic
TryConvertInternal(const char *buf, idx_t len, idx_t &pos, dtime_t &result, bool strict, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time)duckdb::Timeprivatestatic
TryConvertInterval(const char *buf, idx_t len, idx_t &pos, dtime_t &result, bool strict=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time)duckdb::Timestatic
TryConvertTime(const char *buf, idx_t len, idx_t &pos, dtime_t &result, bool strict=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time)duckdb::Timestatic
TryConvertTimeTZ(const char *buf, idx_t len, idx_t &pos, dtime_tz_t &result, bool &has_offset, bool strict=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Time)duckdb::Timestatic