Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::common::Timestamp Member List

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

convert(timestamp_t timestamp, date_t &out_date, dtime_t &out_time)kuzu::common::Timestampstatic
fromCString(const char *str, uint64_t len)kuzu::common::Timestampstatic
fromDateTime(date_t date, dtime_t time)kuzu::common::Timestampstatic
fromEpochMicroSeconds(int64_t epochMs)kuzu::common::Timestampstatic
fromEpochMilliSeconds(int64_t ms)kuzu::common::Timestampstatic
fromEpochNanoSeconds(int64_t ns)kuzu::common::Timestampstatic
fromEpochSeconds(int64_t sec)kuzu::common::Timestampstatic
getCurrentTimestamp()kuzu::common::Timestampstatic
getDate(timestamp_t timestamp)kuzu::common::Timestampstatic
getEpochMilliSeconds(const timestamp_t &timestamp)kuzu::common::Timestampstatic
getEpochNanoSeconds(const timestamp_t &timestamp)kuzu::common::Timestampstatic
getEpochSeconds(const timestamp_t &timestamp)kuzu::common::Timestampstatic
getTime(timestamp_t timestamp)kuzu::common::Timestampstatic
getTimestampConversionExceptionMsg(const char *str, uint64_t len, const std::string &typeID="TIMESTAMP")kuzu::common::Timestampinlinestatic
getTimestampPart(DatePartSpecifier specifier, timestamp_t &timestamp)kuzu::common::Timestampstatic
toString(timestamp_t timestamp)kuzu::common::Timestampstatic
trunc(DatePartSpecifier specifier, timestamp_t &date)kuzu::common::Timestampstatic
tryConvertTimestamp(const char *str, uint64_t len, timestamp_t &result)kuzu::common::Timestampstatic
tryParseUTCOffset(const char *str, uint64_t &pos, uint64_t len, int &hour_offset, int &minute_offset)kuzu::common::Timestampstatic