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

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

CharacterIsTimeZone(char c)duckdb::Timestampinlinestatic
Convert(timestamp_t date, date_t &out_date, dtime_t &out_time)duckdb::Timestampstatic
Convert(timestamp_ns_t date, date_t &out_date, dtime_t &out_time, int32_t &out_nanos)duckdb::Timestampstatic
FormatError(const string &str) (defined in duckdb::Timestamp)duckdb::Timestampstatic
FormatError(string_t str) (defined in duckdb::Timestamp)duckdb::Timestampstatic
FromCString(const char *str, idx_t len, bool use_offset=false, optional_ptr< int32_t > nanos=nullptr) (defined in duckdb::Timestamp)duckdb::Timestampstatic
FromDatetime(date_t date, dtime_t time)duckdb::Timestampstatic
FromEpochMicroSeconds(int64_t micros)duckdb::Timestampstatic
FromEpochMs(int64_t ms) (defined in duckdb::Timestamp)duckdb::Timestampstatic
FromEpochMsPossiblyInfinite(int64_t ms)duckdb::Timestampstatic
FromEpochNanoSeconds(int64_t nanos) (defined in duckdb::Timestamp)duckdb::Timestampstatic
FromEpochNanoSecondsPossiblyInfinite(int64_t nanos)duckdb::Timestampstatic
FromEpochSeconds(int64_t s) (defined in duckdb::Timestamp)duckdb::Timestampstatic
FromEpochSecondsPossiblyInfinite(int64_t s)duckdb::Timestampstatic
FromString(const string &str, bool use_offset)duckdb::Timestampstatic
FromTimeT(time_t) (defined in duckdb::Timestamp)duckdb::Timestampstatic
GetComponents(timestamp_t timestamp)duckdb::Timestampstatic
GetCurrentTimestamp()duckdb::Timestampstatic
GetDate(timestamp_t timestamp) (defined in duckdb::Timestamp)duckdb::Timestampstatic
GetEpochMicroSeconds(timestamp_t timestamp)duckdb::Timestampstatic
GetEpochMs(timestamp_t timestamp)duckdb::Timestampstatic
GetEpochNanoSeconds(timestamp_t timestamp)duckdb::Timestampstatic
GetEpochNanoSeconds(timestamp_ns_t timestamp) (defined in duckdb::Timestamp)duckdb::Timestampstatic
GetEpochRounded(timestamp_t timestamp, const int64_t power_of_ten)duckdb::Timestampstatic
GetEpochSeconds(timestamp_t timestamp)duckdb::Timestampstatic
GetJulianDay(timestamp_t timestamp)duckdb::Timestampstatic
GetTime(timestamp_t timestamp) (defined in duckdb::Timestamp)duckdb::Timestampstatic
GetTimeNs(timestamp_ns_t timestamp) (defined in duckdb::Timestamp)duckdb::Timestampstatic
IsFinite(timestamp_t timestamp)duckdb::Timestampinlinestatic
MIN_DAY (defined in duckdb::Timestamp)duckdb::Timestampstatic
MIN_MONTH (defined in duckdb::Timestamp)duckdb::Timestampstatic
MIN_YEAR (defined in duckdb::Timestamp)duckdb::Timestampstatic
RangeError(const string &str) (defined in duckdb::Timestamp)duckdb::Timestampstatic
RangeError(string_t str) (defined in duckdb::Timestamp)duckdb::Timestampstatic
TimestampNsFromEpochMicros(int64_t micros)duckdb::Timestampstatic
TimestampNsFromEpochMillis(int64_t millis) (defined in duckdb::Timestamp)duckdb::Timestampstatic
ToString(timestamp_t timestamp)duckdb::Timestampstatic
ToTimeT(timestamp_t) (defined in duckdb::Timestamp)duckdb::Timestampstatic
TryConvertTimestamp(const char *str, idx_t len, timestamp_t &result, const bool use_offset, optional_ptr< int32_t > nanos=nullptr, bool strict=false)duckdb::Timestampstatic
TryConvertTimestamp(const char *str, idx_t len, timestamp_ns_t &result) (defined in duckdb::Timestamp)duckdb::Timestampstatic
TryConvertTimestampTZ(const char *str, idx_t len, timestamp_t &result, const bool use_offset, bool &has_offset, string_t &tz, optional_ptr< int32_t > nanos=nullptr)duckdb::Timestampstatic
TryFromDatetime(date_t date, dtime_t time, timestamp_t &result) (defined in duckdb::Timestamp)duckdb::Timestampstatic
TryFromDatetime(date_t date, dtime_tz_t timetz, timestamp_t &result) (defined in duckdb::Timestamp)duckdb::Timestampstatic
TryFromTimestampNanos(timestamp_t ts, int32_t nanos, timestamp_ns_t &result)duckdb::Timestampstatic
TryGetEpochNanoSeconds(timestamp_t timestamp, int64_t &result)duckdb::Timestampstatic
TryParseUTCOffset(const char *str, idx_t &pos, idx_t len, int &hh, int &mm, int &ss) (defined in duckdb::Timestamp)duckdb::Timestampstatic
UnsupportedTimezoneError(const string &str) (defined in duckdb::Timestamp)duckdb::Timestampstatic
UnsupportedTimezoneError(string_t str) (defined in duckdb::Timestamp)duckdb::Timestampstatic